🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Input Tags is a jQuery based tagging system which automatically converts the values of the input into delimited tags.

tags-input

Documentation

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.

Demo Page

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();

You May Also Like