An open API service indexing awesome lists of open source software.

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

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/