Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

belug23/js-tagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-tagger

Small pure javascript to transform a input field into a tag field

include the javascript:

<script src=js/js-tagger.js></script>

have and input:

<input id="my_tag_field" value="test, test2" />

Activate the plugin:

<script>
    tagger = new JSTagger("my_tag_field");
</script>

Now your your input should be a tag field with each tags in a box:

<exemple.png> Exemple of the render

CSS given with this package should be rewriten to match your website style

About

Small pure javascript to transform a input field into a tag field

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors