logo
Tags Input

A jquery plugin with user interface for managing tags. Demo page.

Usage

To use the plugin, you need to add the following files.

<!-- CSS -->
<link rel="stylesheet" href="libs/tagsinput/bootstrap-tagsinput.css" type="text/css">

<!-- Javascript -->
<script src="libs/tagsinput/bootstrap-tagsinput.js"></script>

Example

<input type="text" class="form-control tagsinput-example" placeholder="Tags" value="HTML5, CSS3, JavaScript, Laravel">
$("input.tagsinput-example").tagsinput('items');
On this page