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.

Getting jQueryUi Autocomplete to work with jQueryMobile

I'm working on a jQueryMobile application with some form fields that need auto complete functionality. I'm working with jQueryUi Autocomplete …

jquery-mobile jquery-ui-autocomplete
jQuery UI - Formatting the autocomplete results. Add image possible?

We're moving from the bassistance.de autocomplete to jQuery UI autocomplete. I can't find as many examples for the jQuery …

jquery jquery-ui jquery-ui-autocomplete
How to highlight jQuery Autocomplete results that match the text already typed?

I've implemented jQuery Autocomplete for a client. Now they want me to highlight (e.g. make bold) the the portion …

javascript jquery jquery-ui jquery-autocomplete jquery-ui-autocomplete
JQuery UI Autocomplete (1.8) scroll

i'm having troubles configuring the autocomplete module of JQuery-UI. I need that when the amount of data to select is …

jquery jquery-ui scroll jquery-ui-autocomplete jquery-scrollable
JqueryUi Autocomplete shown in wrong place when using input field in div with position:fixed

I have a "modal window" in a webpage obtained by applying to a div the css property position to fixed. …

css jquery-ui input position jquery-ui-autocomplete
How can I add jquery ui autocomplete to a dynamically created element?

I'm trying to get jQueryUI AutoComplete to trigger on dynamically created form input elements, but it's not working. I've tried …

jquery jquery-ui autocomplete jquery-ui-autocomplete
Clear text box in Jquery Autocomplete after selection

I want to clear the textbox having Jquery Autocomplete once the user has made the selection. I tried to clear …

jquery jquery-ui autocomplete jquery-ui-autocomplete
Jquery autocomplete change source

I have Fiddle here And I need availabletags1 as source if it's choice1 radio button is chosen and availabletags2 if …

jquery autocomplete jquery-autocomplete jquery-ui-autocomplete
jQuery AutoComplete does not show up

Inside a jquery dialog I would like to use the jquery autocomplete feature of jqueryUI. I have then prepared an …

jquery jquery-ui asp.net-mvc-2 autocomplete jquery-ui-autocomplete
jQuery UI autocomplete shows value instead of label in the input field

A potentially simple issue with jQuery UI autocomplete is stumping me. My source is var ac = [ { label: "One Thing", value: "…

jquery-ui-autocomplete