jQuery suggestion box plugin for search suggestions.
Automatically makes suggestions based on user input.
Features:
- Highly configurable & flexible
- Suggestions can be provided directly, by your own server side script or from a JSON file.
- Inbuilt filtering support
- Selection highlighting
- Intuative keyboard controls.
- Supports copy & paste
- Easy custom styling using css stylesheets
Setup
Make sure you have jQuery included in your project then simply add the js
and css
files in the dist
folder to your project and include them:
<link rel="stylesheet" href="path/to/suggestion-box.min.css" /> <script src="path/to/suggestion-box.min.js"></script>
Bower
If you use Bower then you can install suggestion box with the following command:
bower install suggestion-box
Documentation & Examples
Full documentation and code examples are available on the Suggestion Box Website.
Licence
Suggestion Box is licenced under MIT.