Package Exports
- jquery-typeahead
- jquery-typeahead/src/jquery.typeahead.scss
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jquery-typeahead) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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
Installation
bower install jquery-typeahead
or
npm install jquery-typeahead
Documentation
You can find the complete documentation on www.runningcoder.org/jquerytypeahead/documentation/
Demos
www.runningcoder.org/jquerytypeahead/demo/
Version Notes
www.runningcoder.org/jquerytypeahead/version/
Pull Requests
Please consider these points before creating a new pull request
- Pull request should be made from
develop
todevelop
branch so it can be tested properly and not be directly available to download on themaster
. Themaster
branch should be a copy of the latest releasedtag
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