Skip to content
This repository has been archived by the owner on Nov 12, 2018. It is now read-only.

immense/immytypeahead

Repository files navigation

ImmyTypeahead

ImmyTypeahead is a jQuery plugin to transform regular text boxes into autocompleting input boxes.

Demo

Check out the demo to get a quick idea of how it works and how to use it.

Installation

ImmyTypeahead is available in the bower repository. To install it in your bower enabled project, just do:

bower install immytypeahead

Usage

Include a link to the javascript and css files in your page:

<link rel='stylesheet' type='text/css' href='immytypeahead.css'>
<script src='jquery.immytypeahead.min.js'></script>

And then refer to the demo page on detailed usage instructions.

Building

To build immytypeahead from the less and coffeescript source, do the following in a node.js enabled environment:

npm install -g grunt-cli
npm install
grunt

License

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