Immybox
Immybox is a jQuery plugin to transform regular text boxes into autocompleting
input boxes that act like select boxes.
Usage
Check out http://immybox.js.org/ to get a quick idea of how it works and how to use it.
Installation
Immybox is available in the bower repository. To install it in your bower enabled project, just do:
bower install immybox
Hacking on Immybox
Do the following in a Node.js enabled environment:
npm install
npm run build:less
npm run build:js
License
Immybox is released under the MIT License. Please see the LICENSE file for details.