Top "Autocomplete" questions

Autocomplete is a UI feature provided by applications, where the program predicts a word or phrase that the user wants to type without the user actually typing it completely.

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
Google Autocomplete - enter to select

I have Google Autocomplete set up for a text field of an HTML form, and it's working perfectly. However, when …

autocomplete
Google chrome autofilling all password inputs

My Problem I must have turned on google to autofill for a login on my site, however it is trying …

html forms google-chrome autocomplete autofill
Events other than 'place_changed' for Google Maps Autocomplete

I have an app that currently fires correctly on place_changed. However, I want to branch search to behave differently …

javascript jquery google-maps google-maps-api-3 autocomplete
jQuery UI Autocomplete disable Select & Close events

I'm using jQuery UI's Autocomplete slightly differently than it was probably created to do. Basically I want to keep all …

jquery-ui autocomplete jquery-ui-autocomplete
Text box with drop down suggestions

I currently have a databound dropdown list on my ASP.Net C# 2.0 website that has around 400 items in it. I …

autocomplete drop-down-menu asp.net-2.0
Using Android AutoCompleteTextView with ArrayAdapter<Objects> instead of ArrayAdapter<Strings>

I wanted to use AutoCompleteTextView in my android application.I know how to use it with simple array of Strings, …

android autocomplete android-view android-adapter
Jquery autocomplete - custom html for result listing

I am referring to this plugin: http://jqueryui.com/demos/autocomplete/ So the original structure for the results is <…

jquery jquery-ui autocomplete jquery-ui-autocomplete
Keyboard up and down arrows

I have one autocomplete search, in which by typing few characters it will show all the names, which matches the …

javascript html autocomplete keyboard arrow-keys
Bind jQuery UI autocomplete using .live()

I've searched everywhere, but I can't seem to find any help... I have some textboxes that are created dynamically via …

binding autocomplete jquery