jQuery: The Write Less, Do More JavaScript Library

jQuery.autocomplete

Average rating
(2 votes)

jQuery.autocomplete its my vision of how autocomplete must look like.

To create this plugin i used qjuery.suggest (http://plugins.jquery.com/project/suggest) as a sample.

Advantages:

      page work the same with and without plugin (no new element created)
      creation list from ajax, <select/>, array ([]), object ({})
      additional button for hide/show list
      works the same in Firefox, IE 6&7, Opera 9, now and Safari3 too!
      lightweight, only 11K
      6 custom events
      fast cache algorithm
      can use bgiframe if installed
      animated :)

Disadvantages:

      work only with jQuery 1.2 or higher
      heavy cache algorithm

Releases

Official releasesDateSizeLinksStatus
1.2.42008-Aug-20n/aRecommended for 1.0.xThis is currently the recommended release for 1.0.x.