A jquery plugin with user interface for managing tags. Demo page.
To use the plugin,you need to add the following files.
<!-- CSS --><link rel="stylesheet" href="libs/tagsinput/bootstrap-tagsinput.css" type="text/css"><!-- Javascript --><script src="libs/tagsinput/bootstrap-tagsinput.js"></script>
<input type="text" class="form-control tagsinput-example" placeholder="Tags" value="HTML5, CSS3, JavaScript, Laravel">
$("input.tagsinput-example").tagsinput('items');