immybox

Immybox is a jQuery plugin to transform regular text boxes into autocompleting input boxes that act like select boxes.

Usage no npm install needed!

<script type="module">
  import immybox from 'https://cdn.skypack.dev/immybox';
</script>

README

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.