Skip to content

Plugins for tags input which allowed duplicates value

Notifications You must be signed in to change notification settings

arif-dyned/tagsInput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

tagsInput

Plugins for tags input which allows duplicates value

How to use :

 1. Initial tagInput
     example :
     $('input[name=ex]').inputTags({
       setValue: ["1","2","2"], // for set value
     })
     
 2. get value
   example :
   $('#ex').val(); // example output 1,2,2

About

Plugins for tags input which allowed duplicates value

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published