Skip to content

jmas/tagsi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tagsi

  • HTML Input field for working with Tags
  • Low-size (3k)
  • Plain JS (Without jQuery)
  • Supported Component.Io, DuoJS

Demo

http://jsbin.com/jilabo

How to Use

// pass element ID to function
tagsi('inputFieldId');

// or pass Element to function
var inputEl = document.getElementById('inputFieldId');
tagsi(inputEl);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published