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 Autocomplete: Event-select

I am trying to submit a form when an item is selected from the menu. I set class on the …

jquery jquery-ui autocomplete jquery-ui-autocomplete
Using HTML in jQuery UI autocomplete

Before jQuery UI 1.8.4 I could use HTML in the JSON array I built to work with an autocomplete. I was …

html jquery-ui autocomplete jquery-ui-autocomplete
jQuery ui autocomplete when user does not select an option from the dropdown

When using the jquery autocomplete plugin, what do you do when the user does not select an item in the …

jquery jquery-ui jquery-ui-autocomplete
How do you trigger autocomplete "select" event manually in jQueryUI?

I'm using jQueryUI autocomplete, and I have a function mapped to the select event, e.g.: $("#someId").autocomplete({ source: someData, …

jquery jquery-ui jquery-ui-autocomplete
jQuery UI Autocomplete widget search configuration

I'm looking into using the jQuery UI autocomplete widget to implement user lookup by first or last name. It looks …

jquery jquery-ui jquery-plugins autocomplete jquery-ui-autocomplete
jquery UI autocomplete inside a modal ui dialog - suggestions not showing?

i am using the jquery ui autocomplete widget inside the jquery ui dialog. when i type in the search text, …

jquery-ui jquery-ui-dialog jquery-ui-autocomplete
Ajax / Jquery Autocomplete with JSON data

I am trying to setup my Jquery UI autocomplete field to have data from an ajax connection. Here is my …

jquery ajax json jquery-ui jquery-ui-autocomplete
How to use the 'scroll' and 'max' options in Autocomplete

I need help with aucomplete of the jquery. jQuery("#PeopleName").autocomplete( {source:["name1","name2","..."], minLength:2, max:10, scroll:true}); The 'scroll' …

jquery jquery-ui jquery-ui-autocomplete
Changing width of jquery-ui autocomplete widgets individually

I'm working with mutiple jquery-ui autocomplete widgets on one page and want to be able to set the widths of …

jquery css jquery-ui jquery-ui-autocomplete
How do you set a default value with jquery auto complete combobox?

When using the jquery ui autocomplete combobox, can you set a default value for the combobox?

jquery combobox jquery-ui-autocomplete