🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Suggestion Box is a simple, flexible, customizable jQuery plugin for displaying a Google-style suggestion box under the search field while user is typing.

search autosuggest

Documentation

alt text

Build Status Bower

jQuery suggestion box plugin for search suggestions.

Automatically makes suggestions based on user input.

Screenshot alt text

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.


You May Also Like