1.0.0 • Published 9 years ago

jquery-tag-input v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

jquery-tag-input

JQuery plugin allowing to transform easily a text input into a hashtag/keyword input

Demo

##Prerequisite

  • jquery

#Usage git clone

$('myTextInput').tagInput({
  prefix: '#',              //prefix for all tags. Default: ''
  focusOnParentClick: true  //give the parent element a text input behavior
                            //Default: false
});