jQuery.inlineComplete – Inline auto-complete for text input (2nd Update)
by Patrick on February 28, 2011
UPDATE NO. 2:
Yay, my first jQuery post.
jQuery.inlineComplete is a plugin which auto completes your typing inside the input text field, just like you see it in Google Chrome’s Omnibar.
Currently, this isn’t even tested in other browsers than Firefox 4 RC1, but I want this to be usable in production sometime, so expect some updates.
Demo: http://patrickburke.de/jquery/inlinecomplete/
GitHub repository: https://github.com/patrickburke/jquery.inlineComplete
It’s licensed under the MIT license, which also can be found in the README.txt
Questions and criticism are welcomed!
UPDATE:
Hell, a lot of changes, take a look into GitHub to see all the details. Here’s the short version: You’re now able to have the terms loaded from a URL. The plugin now also makes use of the HTML5 data attribute to accept a list or source of terms. There are examples in the index.html. I’ve also uploaded them to the demo directory, so go ahead and try it out!
I’m also working on a reference and manual page, shoudn’t take too long until it’s finished.
Leave your comment