Minimal Pure JavaScript Tags Input Library – tagifyJS

Category: Form , Javascript | March 5, 2016
Author:ruffin--
Views Total:2,494 views
Official Page:Go to website
Last Update:March 5, 2016
License:MIT

Preview:

Minimal Pure JavaScript Tags Input Library – tagifyJS

Description:

tagifyJS is a lightweight, standalone JavaScript library that turns text separated by comma into removable tags/tokens. With support for duplicate detection.

How to use it:

Download and add the tagify JavaScript library into your html page.

<script src="tagify.js"></script>

Create an input field with pre-defined tags.

<input class="tagify-me" type="text" value="CSS, JavaScript">

Initialize the tags input and we’re done.

tagifyJS();

You Might Be Interested In:


Leave a Reply