jQuery autocomplete that retrieves items from a database
Posted
by Ankur
on Stack Overflow
See other posts from Stack Overflow
or by Ankur
Published on 2010-05-09T15:24:59Z
Indexed on
2010/05/09
15:28 UTC
Read the original article
Hit count: 156
jQuery
|autocomplete
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,
© Stack Overflow or respective owner