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 view all on click?

I'm using jQuery's autocomplete in a relatively simple way: $(document).ready(function() { var data = [ {text: "Choice 1"}, {text: "Choice 2"}, {text: "Choice 3"} ] $("#…

jquery autocomplete jquery-autocomplete
twitter bootstrap 3.0 typeahead ajax example

There are a lot of typeahead ajax examples out there for bootstrap 2, for example this here twitter bootstrap typeahead ajax …

autocomplete twitter-bootstrap-3 typeahead.js bootstrap-typeahead
Eclipse JavaScript Editor: content assist for js files, autocompletion

I'm trying Eclipse (with JavaEE and Web Development plugins) as a JavaEE/GoogleAppEngine IDE. In HTML editor if I put …

javascript eclipse autocomplete eclipse-plugin content-assist
jQuery Autocomplete and ASP.NET

I searched all over this site and the web for a good and simple example of autocomplete using jQuery and …

asp.net jquery subsonic autocomplete
How to remove/change JQuery UI Autocomplete Helper text?

It seems that this is a new feature in JQuery UI 1.9.0, because I used JQuery UI plenty of times before …

javascript jquery jquery-ui autocomplete
Facebook style JQuery autocomplete plugin

Im after a plugin to do autocomplete like facebook does in that you can select multiple items - similar to …

jquery jquery-plugins autocomplete
Create a autocompleting textbox in Java with a dropdown list

I want to create a auto-suggest text box which would query the database at each key release event. That part …

java swing autocomplete autosuggest
How to prevent browser from caching form fields?

I have a textbox in a form field that gets populated by the user. However currently (in Firefox 10) the user …

html forms autocomplete browser-cache
jQuery UI Autocomplete Width Not Set Correctly

I have implemented a jQuery UI Autocomplete box, and rather than being the width of the textbox, the dropdown options …

jquery jquery-ui autocomplete jquery-ui-autocomplete
Autocomplete applying value not label to textbox

Im having troubles trying to get the autocomplete to work properly. It all looks ok to me but.... <script&…

jquery asp.net-mvc jquery-ui autocomplete jquery-ui-autocomplete