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.
Looking for Best jQuery/AJAX AutoSuggestion Plugin
Moderator: General Moderators
Re: Looking for Best jQuery/AJAX AutoSuggestion Plugin
I like the one from jQuery UI http://docs.jquery.com/UI/Autocomplete, on that page is a link to standalone version of plugin.