1.0.0-beta3 • Published 6 years ago

immybox v1.0.0-beta3

Weekly downloads
3
License
MIT
Repository
-
Last release
6 years ago

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:

# Install development dependencies:
npm install
# Compile less to css
npm run build:less
# Compile the ES6 source to ES5 JS (for compatibility with older browsers)
npm run build:js

License

Immybox is released under the MIT License. Please see the LICENSE file for details.