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

suggest.js is a simple-to-use jQuery plugin for auto- suggesting and completing text in an input field based on user input.

Autocomplete autosuggest

Documentation

Usage

var haystack = ["ActionScript", "AppleScript", "Asp", ...]; $('#container').suggest(haystack, {   // Available options with defaults:   suggestionColor   : '#cccccc',   moreIndicatorClass: 'suggest-more'   moreIndicatorText	: '…' });
<input type="text" name="search" id="search" />

More information and demo can be found here.

The plugin will generate the CSS required based on the input's styles.

This plugin currently doesn't support remote resources for haystacks for performance reasons. This might change in the future.

Installation via npm

npm install jquery-suggest

Contributers


You May Also Like