## Demo

A GitHub-hosted demo can be found here:
[View project page](http://erming.github.io/tabcomplete/)

## Install

Manual install:
  1. Download [tabcomplete.js](https://raw.githubusercontent.com/erming/tabcomplete/gh-pages/tabcomplete.js)
  2. Include source: `<script src="tabcomplete.js"></script>`

With [NPM](https://www.npmjs.org/package/tabcomplete):
[![NPM](https://nodei.co/npm/tabcomplete.png?compact=true)](https://www.npmjs.org/package/tabcomplete)

With [Bower](http://bower.io/search/?q=tabcomplete):
`$ bower install tabcomplete`

## CDNJS

tabcomplete is now available from [cdnjs](http://cdnjs.com/libraries/tabcomplete)!
```<script src="//cdnjs.cloudflare.com/ajax/libs/tabcomplete/1.3.1/tabcomplete.js"></script>```

## License

Available under [the MIT license](http://mths.be/mit).
