typeahead.js – Autocomplete Library By Twitter
typeahead.js is a fast and fully-featured autocomplete library inspired by twitter.com’s autocomplete search functionality.
Features
- Displays suggestions to end-users as they type
- Shows top suggestion as a hint (i.e. background text)
- Works with hardcoded data as well as remote data
- Rate-limits network requests to lighten the load
- Allows for suggestions to be drawn from multiple datasets
- Supports customized templates for suggestions
- Plays nicely with Right-To-Left (RTL) languages and Input Method Editors (IMEs)
Requirements:
jQuery Framework 1.9+
Site:
http://twitter.github.com/typeahead.js/
Demo:
http://twitter.github.com/typeahead.js/examples/
Download:
https://github.com/twitter/typeahead.js
License:
MIT License