Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

jquery.suggest, a "Google Suggest"-like autocompleter


Average rating
(7 votes)

jquery.suggest is my attempt at a jQuery autocompleter that functions much like Google Suggest (http://www.google.com/webhp?complete=1&hl=en). I used code and techniques from two popular jQuery autocompleters:

Here are the unique features:

  • Smart cache system that takes a maximum cache size in bytes and uses MRU list to discard items. Oh, and the caching works correcly.
  • Doesn’t assume that you have to choose an item from the drop down list. If an item is selected and you hit enter or tab, that item is copied to the element. Otherwise, hitting enter or tab works just like a normal element.
  • Event handler for selecting a drop down item.
  • Works the same in Firefox, Safari, IE 6&7.

Releases

Official releasesDateSizeLinksStatus
1.12007-Aug-312.78 KBRecommended for 1.1.xThis is currently the recommended release for 1.1.x.