jQuery Input Tags
jQuery.input.tags is a jQuery Plugin that gives you the power of tags for your inputs, it was built over an client requirements, so the structure bellow is used to fit the client needs, but stills easy to use and understand. A further version will be available without unnecessary html code.
Html
<div class="jQueryInputTags"> <input type="text" placeholder="Type your tags here!"> <input type="hidden" value="Lorem,Ipsum,Dolor,Sit,Amet"> </div>
Javascript
$('.jQueryInputTags').jQueryInputTags();