Skip to content

Releases: puddinman13/TagIt

Verison 1.0.5.0

01 Jun 21:27
Compare
Choose a tag to compare
  • Adds the ability to clear tags from a control.
  • Repairs the backspace key functionality that was broken in version 1.0.4.0.

Version 1.0.4.0

14 May 19:42
Compare
Choose a tag to compare
  • Delete function now works globally and has been added to the documentation list.
  • A new function (getTagByPkid) was added to obtain tag(s) by pkid.
  • importTags and addTag functions now returns an array of the tags that were added.
  • Users can now add tagIt to controls using a class selector.

Version 1.0.3.0

03 Apr 01:08
Compare
Choose a tag to compare
  • Keep the input textbox at the end of the input div.
  • Pressing the delete key after the input box is empty will not cause an exception.
  • The error style class is now applied to the correct control when there is an error.
  • Changed the name of the tagIt scripts to remove the version. This will help with version control.

Version 1.0.2.0

09 Mar 17:21
Compare
Choose a tag to compare

This release brought several bug fixes and enhancements to globally accessible functions.
See the documentation for all accessible functions and how to use them.