Looking for Best jQuery/AJAX AutoSuggestion Plugin

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
volomike
Forum Regular
Posts: 633
Joined: Wed Jan 16, 2008 9:04 am
Location: Myrtle Beach, South Carolina, USA

Looking for Best jQuery/AJAX AutoSuggestion Plugin

Post 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.
User avatar
kaszu
Forum Regular
Posts: 749
Joined: Wed Jul 19, 2006 7:29 am

Re: Looking for Best jQuery/AJAX AutoSuggestion Plugin

Post 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.
Post Reply