I have a text box on a web page and I wanted to write some JQuery, AJAX code so that when a user types some text into this field, it looks up values from a column in a database and beings back values that start with the letter(s) that they have typed. As the user types more characters in text box the selection from the database gets smaller. The user can then use one of the options to autocomplete their entry. How do I achieve this and would there be performance considerations here?
Thanks,
Sachin
http://jqueryui.com/demos/autocomplete/
There you go.