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:
Available tags: 'javascript', 'js', 'js2', 'java', 'java script', 'ema script', 'xhtml', 'html5', 'php', 'asp', 'actionscript'
After writing a tag, press comma to set the tag as complete.
Navigate throw suggestions using arrows, press Tag or Enter to autocomplete/select suggestion.