Page 1 of 1

Looking for Best jQuery/AJAX AutoSuggestion Plugin

Posted: Wed Aug 05, 2009 11:31 pm
by volomike
I'm looking for what you vote to be the best jQuery/AJAX plugin for AutoSuggest. (Note that this might go under the name of AutoFill and AutoComplete as well.) I've tried a few, but they had bugs when typing too fast or when I cut and pasted into the field.

This needs to be jQuery-based -- that's the framework I'm using.

This needs to be AJAX-based because the list could be like 10,000 to 30,000 entries and not really suitable for download in the browser as a local array. It's best to have someone type a few characters and then it downloads my list for only those character matches.

Re: Looking for Best jQuery/AJAX AutoSuggestion Plugin

Posted: Thu Aug 06, 2009 11:52 am
by kaszu
I like the one from jQuery UI http://docs.jquery.com/UI/Autocomplete, on that page is a link to standalone version of plugin.