Top "Jquery-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 .data("autocomplete") is undefined

When I try to implement auto-complete using the code below I get an error stating: .data("autocomplete") is undefined How …

jquery autocomplete undefined jquery-autocomplete
jQuery autocomplete for dynamically created inputs

I'm having an issue using jQuery autocomplete with dynamically created inputs (again created with jQuery). I can't get autocomplete to …

jquery dynamic input append jquery-autocomplete
Autocomplete disallow free text entry?

Is it possible to disallow free text entry in the JQuery UI autocomplete widget? eg I only want the user …

jquery jquery-ui jquery-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
Problems with jQuery autocomplete + AngularJS

i'm using AjgularJS on my page and want to add a field to use autocomplete from jqueryui and the autocomplete …

jquery jquery-ui angularjs jquery-autocomplete
Autocomplete Without jQuery UI

I'm using jQuery in my project and I need to implement autocomplete, but I'd like to avoid including jQuery UI …

javascript jquery ajax autocomplete jquery-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 catching click event on jquery ui autocomplete

i have been trying to figure this out lately but i can't the problem is that i have an input …

javascript autocomplete jquery jquery-autocomplete
Why I'm getting the jQuery error "TypeError: $(...).live is not a function " in following scenario?

Actually I'm trying to implement the autocomplete functionality to one text field but getting the above error, couldn't understand why …

javascript jquery-autocomplete jquery
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