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 can 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 3+, IE 6+, Opera 9+, Chrome, Safari3 (nightbuild) !
- lightweight, only 11K
- 7 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.3 | 2009-Feb-19 | n/a | Recommended for 1.0.x | ||
