Tag-Handler
Tag-Handler copied to clipboard
Tag Handler is a jQuery plugin used for managing tag-type metadata.
🚨 You need to enable Continuous Integration on Greenkeeper branches of this repository. 🚨 To enable Greenkeeper, you need to make sure that a [commit status](https://help.github.com/articles/about-statuses/) is reported on all...
I'm using this plugin called TagHandler. Link: http://ioncache.github.io/Tag-Handler here's the code ``` tags // $("#basic_tag_handler").tagHandler(); $("#array_tag_handler").tagHandler({ assignedTags: [ 'C', 'Perl', 'PHP' ], availableTags: [ 'C', 'C++', 'C#', 'Java', 'Perl', 'PHP',...
Add functionality to allow for case insensitive matching on tag names. This would be for cases where you might not want to allow for 'duplicate' tags like: foo & FOO
jQuery error
using jquery 1.7.2 and jqueryUI when using the autocomplete option i keep getting the error Error: cannot call methods on autocomplete prior to initialization; attempted to call method 'option' Any...
Currently afterDelete:function(tag) passing like 'C', 'Perl', 'PHP'. How can I pass values like 1, 2, 3. Please help me. I need to pass values means id of assigned tags [...
if I type "postgressql" & in my avaliable list I have "PostgresSQL" (or type "java" vs "Java"), I want the autocomplete to add the latter. I also added a foolproof...
80's 90's for example can not be removed. When using data from JSON, the "80's 90's" item is removed but not passed to the update URL. $("#edit_34").tagHandler({ getData: { category:...
jquery.taghandler-hacked.js:464: `minLength: opts.minChars` The version of autocomplete I'm using seems to want minChars as well. Perhaps this needs to change to: `minChars: opts.minChars` ?
New Pull request for Issue #22. Not sure if this is still being maintained but putting this out there for those that need it to get new versions of Jquery...
Is possible create tag if i just focusout my input using the delimiter option?