Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: remove tag onClick with custom ID if option externalTagId: true #213

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

actionm
Copy link

@actionm actionm commented May 1, 2014

Fix: remove tag onClick with custom ID if option externalTagId: true

  • function .tagsManager('tags_id') Return id of tag html elements.

Added function removeTagByID
.tagsManager("removeTagByID",'tag_html_id');

actionm added 4 commits May 1, 2014 12:26
Fix for option externalTagId: true 
Can't remove tag with custom ID  # var TagIdToRemove = parseInt($(this).attr("TagIdToRemove"));

+ tagsManager('tags_id') Return ID of tag elements
.tagsManager("removeTagByID",'tag_html_id');
@actionm actionm changed the title Fix: remove tag with custom ID if option externalTagId: true Fix: remove tag onClick with custom ID if option externalTagId: true May 1, 2014
actionm added 2 commits May 3, 2014 07:34
empty : function(send_trigger)  default:true

Example:


$( "#tags_input" ).on( "tm:emptied", function() {
    alert('cleared');
});

.tagsManager("empty");  //  alert('cleared');
.tagsManager("empty",false); // no alert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant