Tokenize2 is a plugin which allows your users to select multiple items from a predefined list or ajax, using autocompletion as they type to find each item. You may have seen a similar type of text entry when filling in the recipients field sending messages on facebook or tags on tumblr.
Hello,
We want to remove the tag if specific condition but remove is not working
$('#herbskeywords').on("tokenize:tokens:add", function (event, value, text){ if(edtx==2338){ $('#herbskeywords').tokenize2().trigger('tokenize:tokens:remove', [value]); } });