Skip to content

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