Thanks to visit codestin.com
Credit goes to github.com

Skip to content

cfsghost/bootstrap-tagsinput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

bootstrap-tagsinput

Tags input jQuery plugin, based on bootstrap front-end framework.

How to Use

You have to import jQuery and bootstrap framework first, because Tagsinput plugin uses its components.

Create an input box with bootstrap class:

<input type='text' id='tags_input' class='input-small' placeholder='Add Tags...'>

Initializing Tagsinput via JavaScript:

$('#tags_input').tagsinput();

License

Licensed under the MIT License

Authors

Copyright(c) 2012 Fred Chien <[email protected]>

About

Tags input jQuery plugin, based on bootstrap front-end framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published