taggingJS
taggingJS copied to clipboard
jQuery plugin to tagging like a charm!
Is there a way to stop the tag input from being focussed on page load? My input in halfway down a form and when the page loads I want it...
I'm using below code to initialise the taaggingJS var myOptions = { "no-duplicate": true, "no-duplicate-callback": null, "type-zone-class": "type-zone", "tag-box-class": "tagging", "forbidden-chars": ["!", "@", "#", "$", "%", "^", "&", "*", "(",...
This would be much better if it worked in PHP forms
Even if the tagging.min.js script included it shows like this $("#id").tagging() is not a function. Please help me to solve the issue.
Hello, I'm using your plugin to display some tags, and it works really good. but there I have a problem that I cannot solve. When I try to add a...
hi, beautiful work there, can we have an AJAX autocomplete data source? thanks in advance.
Users can pass the words as array to be used as tags
The HTML data attributes don't seem to work I've had to use the JS options instead
Anytime I would remove a tag with a space in the text, it would throw an error in the jquery selector. Adding these escaped quotes has fixed this bug for...
I would like to let my users choose only from a restricted set of tags. Fire an event or callback on tagging something that is out of the set.