Tags input jQuery plugin, based on bootstrap front-end framework.
You have to import jQuery and bootstrap framework first, because Tagsinput plugin uses its components.
Create an input box with bootstrap class:
<input type='text' id='tags_input' class='input-small' placeholder='Add Tags...'>
Initializing Tagsinput via JavaScript:
$('#tags_input').tagsinput();
Licensed under the MIT License
Copyright(c) 2012 Fred Chien <[email protected]>