Description
taggingJS is a jQuery plugin to create an high customizable front-end tag system.
Initialization
Initialize the plugin by referencing the necessary files:
<script src="tagging.min.js"></script>
<link rel="stylesheet" type="text/css" href="tagging.css">
The data-tags-input-name="tag" is the name attribute used by each input inside the tagBox. Add to your main JavaScript file :
$("#tagBox").tagging( my_custom_options );
Refer following links for usage:
| Type | URL |
|---|---|
| Plugin Github Page | https://github.com/sniperwolf/taggingJS |
| Template Page | https://pixinvent.com/demo/convex-bootstrap-admin-dashboard-template/demo-1/tags-input.html |