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.

Understanding and implementing jQuery autocomplete with AJAX source and appendTo

Below is my attempt at getting appendTo to work with jQuery autocomplete with AJAX source. I have multiple questions, which …

javascript ajax jquery-ui jquery-ui-autocomplete
Display spinner with jQuery-ui autocomplete

I've been searching all over the place and just don't see anyone doing it - Is it possible to have …

css jquery-ui jquery-ui-autocomplete
Select first jquery UI result automatically

I am using jQuery Autocomplete to search a local database of cities. Here is the code: $('#txt_search_city').…

javascript jquery jquery-ui jquery-autocomplete jquery-ui-autocomplete
jQuery UI Autocomplete DownArrow UpArrow

I am having some issues with jQuery Autocomplete and moving DownArrow and UpArrow ? The problem seems to be that <…

jquery jquery-ui autocomplete jquery-ui-autocomplete arrow-keys
jQuery UI Autocomplete - menu disappears on hover

I'm trying to use jQuery UI Autocomplete to bring up a list of names of people in a MySQL Database. …

jquery html jquery-ui jquery-ui-autocomplete
How do you bind jQuery UI autocomplete using .on()?

This question was answered for the live() method, but the live() method has been deprecated as of jQuery 1.7 and replaced …

jquery jquery-ui-autocomplete
Autocomplete requires you to click twice in iOS after update to 1.11.0

Using jQuery 2.1.0 and jQuery.ui 1.11.0 Tested in iOS 7. iPhone and iPad Mini. Works on android and regular browsers. The problem …

javascript jquery jquery-ui ios7 jquery-ui-autocomplete
jQuery - Preventing autocomplete select triggering blur()

I'm trying to prevent blur to happen when select: in autocomplete is called. (select: is called when the item is …

jquery jquery-ui events jquery-ui-autocomplete blur
Passing extra parameters to source using Jquery UI autocomplete

I'm trying to pass extra parameters for city and state using the jQuery UI autocomplete function. I've been trying to …

jquery jquery-ui jquery-ui-autocomplete
jQuery UI autocomplete: add a css class to specific items

I am using Jquery UI's autocomplete widget and I am fetching the items to display through a callback as described …

jquery jquery-ui autocomplete jquery-ui-autocomplete