https://github.com/hernantz/jsuggest
A jQuery seach suggestion plugin that "tokenizes / taggifies" the selected items
https://github.com/hernantz/jsuggest
Last synced: 4 months ago
JSON representation
A jQuery seach suggestion plugin that "tokenizes / taggifies" the selected items
- Host: GitHub
- URL: https://github.com/hernantz/jsuggest
- Owner: hernantz
- Created: 2012-01-01T15:12:58.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-24T23:33:55.000Z (about 14 years ago)
- Last Synced: 2025-07-17T08:15:56.763Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 110 KB
- Stars: 10
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
* jSuggest
* Version 1.0.2 - Updated: JUN. 24, 2012
*
* This Plug-In will set up a UI that suggest results for your search queries as you type.
* You can add multiple selections as tokens and remove them on the fly.
* It supports keybord navigation and multiple jSuggest fields on the same page.
*
* Built on top of the Autocomplete plugin by: Drew Wilson | www.drewwilson.com
* code.drewwilson.com/entry/autosuggest-jquery-plugin
*
* This jSuggest jQuery plug-in is dual licensed under the MIT and GPL licenses:
* http:// www.opensource.org/licenses/mit-license.php
* http:// www.gnu.org/licenses/gpl.html
*
* LIVE DEMO: http://jsbin.com/asahe5/71/