MrTomRod / jQuery-tagEditor

A powerful and lightweight tag editor plugin for jQuery.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jQuery-tagEditor

This is a monkey-patched version of https://github.com/Pixabay/jQuery-tagEditor/.

This fork

My users want to paste data into TagEditor. This is normally not a problem, except in my setting:

  • My delimiters are ,;
  • My tags may contain spaces
  • Something like delimiters=',;\n\t' has no effect
  • \n or tabs \t must work as delimiters

See also issue #171.

My solution is ugly, but it solves the problem for me.

About

A powerful and lightweight tag editor plugin for jQuery.


Languages

Language:HTML 56.2%Language:JavaScript 38.6%Language:CSS 5.2%