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.

How to get jQuery dropdown value onchange event

I have added two jQuery UI Dropdown Autocomplete script. Now I want get both value onchange of second dropdown and …

jquery jquery-ui jquery-autocomplete jquery-ui-autocomplete
twitter bootstrap typeahead ajax example

I'm trying to find a working example of the twitter bootstrap typeahead element that will make an ajax call to …

jquery twitter-bootstrap jquery-autocomplete jquery-ui-autocomplete typeahead.js
How to use source: function()... and AJAX in JQuery UI autocomplete

I need a little bit help with JQuery UI Autocomplete. I want my textfield (.suggest-user) display names from an AJAX …

javascript jquery ajax jquery-ui jquery-ui-autocomplete
jQuery UI autocomplete with item and id

I have the following script which works with a 1 dimensional array. Is it possible to get this to work with …

javascript jquery arrays jquery-ui jquery-ui-autocomplete
Styling JQuery UI Autocomplete

Fiddle I'm trying to style the sections inside the AutoComplete, but I don't know what to put in the CSS …

javascript jquery css jquery-ui jquery-ui-autocomplete
jQuery UI autocomplete with JSON

Alright been racking my brain on this (im terrible at this) but yea ive tried reading all i can and …

jquery json jquery-ui autocomplete jquery-ui-autocomplete
Limit results in jQuery UI Autocomplete

I am using jQuery UI Autocomplete. $("#task").autocomplete({ max:10, minLength:3, source: myarray }); The max parameter doesn't work and I still …

jquery-ui autocomplete jquery-ui-autocomplete
How can I custom-format the Autocomplete plug-in results?

I’m using the jQuery UI Autocomplete plug-in. Is there a way to highlight search character sequence in drop-down results? …

javascript jquery jquery-ui jquery-ui-autocomplete
Detecting no results on jQuery UI autocomplete

Before you point me to them, yes, I have reviewed the half dozen posts on this topic, but I am …

jquery ajax jquery-ui jquery-ui-autocomplete
What does autocomplete request/server response look like?

This seems to be a black hole: After an hour of searching the jQuery UI website, Stack Overflow, and googling, …

jquery ajax json jquery-ui jquery-ui-autocomplete