Blog search

Tuesday 19 November 2013

JQUERY.SUGGEST : SIMPLE INLINE AUTOSUGGEST JQUERY PLUGIN



jQuery.suggest, a simple inline autosuggest jQuery plugin. It takes an array of terms as haystack and suggests the user the first item that matches what has been typed to this point. The suggestion is updated with every keystroke. Tab or Enter will accept the suggestion and update the input field accordingly.
If more than one match is found, a small indicator will appear underneath the input (you can still it via CSS as you wish). The user can then use the arrow up/down keys to cycle through the options.

0 Comments to “JQUERY.SUGGEST : SIMPLE INLINE AUTOSUGGEST JQUERY PLUGIN”

Post a Comment