[jQuery] jQuery: autocomplete using delayedEvent and delayedQuery
jQuery: autocomplete using delayedEvent and delayedQuery
Features:
* Extensive comments
* Custom load handler (do stuff before event handlers are attached)
* Custom click handlers (you decide what you want to do on click (e.g.
use the clicked value, get product information based upon ID, etc. etc.)
* Keyboard navigation (up, down, home, end, enter, escape)
* Mouse hover navigation
* On the simple example: Type "test3", the exact match is given a new class
* Customizable layout
* Scrolls into view when navigating by keyboard (thanx to ifx.js)
Requirements:
* Latest jQuery (1.0+ or SVN :p)
* DelayedEvent (included, but build by Christof)
* ifx.js and iutils.js (from the interface pack)
Notes:
* This "plugin" is probably going to be included with the interface
pack of Stefan Petre since it allready uses some of his functions. If
you can't wait for that, grab the code using view-source, MIT license!
* If you find bugs i am more than happy if you would report them, but
for helpdesk questions i simply don't have the time. Sorry.
* You actually can do a lot of things with delayedQuery, like build
your own "choose product, then return to server and get prices list" etc.
Test page: http://www.webunity.nl/_test/jquery/autocomplete.html
-- Gilles
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/