Tags Input Documentation

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">

Code Structure

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