Top "Jquery-ui-autocomplete" questions

Autocomplete widget from jQuery-ui which enables users to quickly find and select from a pre-populated list of values as they type, leveraging searching and filtering.

JQuery UI autocomplete - Hide list after hiting enter

I have an input. I use the Jquery UI autocomplete to propose suggestions to the user. Lets image I have …

jquery jquery-ui-autocomplete
jQuery UI Autocomplete disable Select & Close events

I'm using jQuery UI's Autocomplete slightly differently than it was probably created to do. Basically I want to keep all …

jquery-ui autocomplete jquery-ui-autocomplete
Jquery autocomplete - custom html for result listing

I am referring to this plugin: http://jqueryui.com/demos/autocomplete/ So the original structure for the results is <…

jquery jquery-ui autocomplete jquery-ui-autocomplete
jQueryUI autocomplete not working with dialog and zIndex

I ran into an interesting issue with jQueryUI autocomplete in a dialog box. My dialog HTML looks like this: <…

jquery jquery-ui jquery-ui-autocomplete jquery-dialog
Autocomplete Not Showing Results That Are Returned

I cannot get the results of a jquery autocomplete to show, although the php code returns json results. The jquery …

jquery autocomplete jquery-ui-autocomplete
JQuery autocomplete: how to force selection from list (keyboard)

I am using JQuery UI autocomplete. Everything works as expected, but when I cycle with the up/down keys on …

jquery jquery-ui jquery-ui-autocomplete
jQuery UI autocomplete with objects

I'm using jQuery 1.11.2 and trying to get the autocomplete widget to parse a data array. I have to people in …

javascript jquery jquery-ui jquery-ui-autocomplete
jQueryUI version 1.10 autocomplete - how to set _renderItem?

Since I switched from jqueryui 1.8.1 to 1.10.x I realised that my custom item renderer doesn't work anymore: Uncaught TypeError: Cannot …

jquery-ui jquery-ui-autocomplete
How to set-up jquery-ui autocomplete in Rails

I need some help on how to implement a jquery-ui autocomplete in my Rails app. I want to add autocompletion …

ruby-on-rails jquery-ui autocomplete jquery-ui-autocomplete
ASP.NET MVC jquery autocomplete with value and text field

controller public ActionResult Search(string id) { id= Request.QueryString["term"]; var routeList = db.Movies.Where(r => r.Title.Contains(…

jquery asp.net-mvc jquery-ui-autocomplete