Can be used to autocomplete and suggest tags.
Usage example:
$('#tags').taggify({
tags: [
'javascript',
'js',
'js2',
'java',
'java script',
'ema script',
'xhtml',
'html5',
'php',
'asp',
'actionscript'
]
});
Note: Only tested on Google Chrome, to be revized and fixed for other browsers.
To Do's:
- Verify cross-browsing
- Esc key and outside click to hide suggestion box
- Backspace or blank value to hide suggestion box
- Click on the fake input to focus real input
- Feel free to add to this list
Example: http://taggify.tilita.ro