cabgfx / suggest

jQuery suggest plugin

Home Page:http://polarblau.github.com/suggest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

var haystack = ["ActionScript", "AppleScript", "Asp", ...];
$('#container').suggest(haystack, { 
  suggestionColor   : '#cccccc',     // default
  moreIndicatorClass: 'suggest-more' // default
});
<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.

About

jQuery suggest plugin

http://polarblau.github.com/suggest/

License:GNU General Public License v2.0


Languages

Language:JavaScript 100.0%