|
1 | | -[](https://travis-ci.org/running-coder/jquery-typeahead) |
2 | | -[](https://www.npmjs.com/package/jquery-typeahead) |
3 | | -[](#license) |
4 | | -[](http://gulpjs.com/) |
5 | | - |
6 | | -# jQuery Typeahead |
7 | | - |
8 | | -The jQuery Typeahead plugin provides autocomplete preview on search inputs similar to google search with builtin options and deep customization. |
9 | | -It is a simple clientside library that will improve the user experience on your website search input! |
10 | | - |
11 | | -The jQuery Typeahead plugin is released under the MIT License. |
12 | | - |
13 | | -The complete documentation, demo and further instructions can be found at www.runningcoder.org |
14 | | - |
15 | | -## Installation |
16 | | - |
17 | | - bower install jquery-typeahead |
18 | | - |
19 | | -or |
20 | | - |
21 | | - npm install jquery-typeahead |
22 | | - |
23 | | -## Documentation |
24 | | - |
25 | | -You can find the complete documentation on www.runningcoder.org/jquerytypeahead/documentation/ |
26 | | - |
27 | | -## Demos |
28 | | - |
29 | | -www.runningcoder.org/jquerytypeahead/demo/ |
30 | | - |
31 | | -## Version Notes |
32 | | - |
33 | | -www.runningcoder.org/jquerytypeahead/version/ |
34 | | - |
35 | | -## Pull Requests |
36 | | - |
37 | | -Please consider these points before creating a new pull request |
38 | | - |
39 | | -- 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`. |
40 | | -The `master` branch should be a copy of the latest released `tag` without any additional new code that has not been released |
41 | | -- Add a descriptive note along with the PR and examples |
42 | | -- Only submit the changed lines and not the whole file(s) |
43 | | -- Follow the same coding conversions |
44 | | - |
45 | | -Buy me a coffee with ETH: `0x38084cF7Ba4D84D8d9E5C185c66B4C234D8d4764` |
| 1 | +[](https://travis-ci.org/running-coder/jquery-typeahead) |
| 2 | +[](https://www.npmjs.com/package/jquery-typeahead) |
| 3 | +[](#license) |
| 4 | +[](http://gulpjs.com/) |
| 5 | + |
| 6 | +# jQuery Typeahead |
| 7 | + |
| 8 | +The jQuery Typeahead plugin provides autocomplete preview on search inputs similar to google search with builtin options and deep customization. |
| 9 | +It is a simple clientside library that will improve the user experience on your website search input! |
| 10 | + |
| 11 | +The jQuery Typeahead plugin is released under the MIT License. |
| 12 | + |
| 13 | +The complete documentation, demo and further instructions can be found at www.runningcoder.org |
| 14 | + |
| 15 | +## Installation |
| 16 | + |
| 17 | + npm install jquery-typeahead |
| 18 | + |
| 19 | +or |
| 20 | + |
| 21 | + yarn add jquery-typeahead |
| 22 | + |
| 23 | +## Documentation |
| 24 | + |
| 25 | +You can find the complete documentation on www.runningcoder.org/jquerytypeahead/documentation/ |
| 26 | + |
| 27 | +## Demos |
| 28 | + |
| 29 | +www.runningcoder.org/jquerytypeahead/demo/ |
| 30 | + |
| 31 | +## Version Notes |
| 32 | + |
| 33 | +www.runningcoder.org/jquerytypeahead/version/ |
| 34 | + |
| 35 | +## Pull Requests |
| 36 | + |
| 37 | +Please consider these points before creating a new pull request |
| 38 | + |
| 39 | +- 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`. |
| 40 | + The `master` branch should be a copy of the latest released `tag` without any additional new code that has not been released |
| 41 | +- Add a descriptive note along with the PR and examples |
| 42 | +- Only submit the changed lines and not the whole file(s) |
| 43 | +- Follow the same coding conversions |
0 commit comments