Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 936 Bytes

README.md

File metadata and controls

43 lines (35 loc) · 936 Bytes

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