jQuery plugin that provides Typeahead (autocomplete) Search preview from Json object(s) via same domain Ajax request or cross domain Jsonp and offers data compression inside Local Storage. The plugin is built with a lot of options and callbacks to allow c
npm install jquery-typeahead



The jQuery Typeahead plugin provides autocomplete preview on search inputs similar to google search with builtin options and deep customization.
It is a simple clientside library that will improve the user experience on your website search input!
The jQuery Typeahead plugin is released under the MIT License.
The complete documentation, demo and further instructions can be found at www.runningcoder.org
npm install jquery-typeahead
or
yarn add jquery-typeahead
You can find the complete documentation on www.runningcoder.org/jquerytypeahead/documentation/
www.runningcoder.org/jquerytypeahead/demo/
www.runningcoder.org/jquerytypeahead/version/
Please consider these points before creating a new pull request
- Pull request should be made from develop to develop branch so it can be tested properly and not be directly available to download on the master.
The master branch should be a copy of the latest released tag without any additional new code that has not been released
- Add a descriptive note along with the PR and examples
- Only submit the changed lines and not the whole file(s)
- Follow the same coding conversions