Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

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

Notifications You must be signed in to change notification settings

romaindurand/jquery-tag-input

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published