Skip to content
/ tag-it Public
forked from aehlke/tag-it

A jQuery UI plugin to handle multi-tag fields and also tag suggestions/autocomplete.

Notifications You must be signed in to change notification settings

lagden/tag-it

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tag-It

Options

fieldName             : 'tags',
availableTags         : [],
setTags               : [],
onlyAvailableTags     : false,
onTagAdded            : null,
onTagRemoved          : null,
onTagClicked          : null,
tagSource             : null,
removeConfirmation    : false,
caseSensitive         : true,
allowSpaces           : false,
singleField           : false,
singleFieldDelimiter  : ',',
singleFieldNode       : null,
tabIndex              : null

Usage

Javascript

jQuery('#tags').tagit({
  fieldName:"uebbaa",
  availableTags:['github','sex','nice','hardcore','very nice'],
  setTags:['sex','github'],
  allowSpaces:true
});

Html

<ul id="tags"></ul>

Developers

  • Built with jQuery and jQueryUI
  • Originally created by Levy Carneiro Jr
  • Modified by Alex Ehlke
  • Upgraded by Thiago Lagden

About

A jQuery UI plugin to handle multi-tag fields and also tag suggestions/autocomplete.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%