views:

43

answers:

2

I want to provide autocomplete for users when they are filling in a text box. The values for the autocomplete should come from a mysql database that I use with the application. Can you please recommend a plugin or two that would be best suited to this.

I can see that there are a number of options out there. But I was hoping that based on the answers it would be clear that one or two plugins are considered to be the better ones, and I would only have to choose from those.

Thanks,

+1  A: 

I use jQueryJSONSuggestBox http://www.tomcoote.co.uk/jQueryJSONSuggestBox.aspx it works on keypress with json.

Remi
A: 

http://docs.jquery.com/Plugins/Autocomplete works great.

Alec