jQuery.autocomplete
March 25, 2008 - 1:15pm — CTAPbIu_MABP
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 releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 1.2.4 | 2008-Aug-20 | n/a | Recommended for 1.0.x | ||