0
我嘗試使用「fillInputOnTagRemove」獲取回調,同時使用引導程序標記管理器移除標記。這裏是link。但它不工作,也試圖用點擊綁定監聽器。它也沒有工作。我試着用以下的方式使用引導程序標記管理器移除標記時獲取回調
$(".tm-input").tagsManager({
maxTags: 5,
fillInputOnTagRemove: function() {
//some content goes here
return true;
}
});
和
$(".tm-tag-remove").bind("click",function(){
console.log("Removed tag");
});
什麼是執行一些操作,而刪除標記的最佳方式?請分享你的想法。
Thanks-
感謝您立即回覆。它不工作。 – user3128455 2014-10-31 04:46:18
我添加了jsfiddle – knpsck 2014-10-31 10:24:48
非常感謝你 – user3128455 2014-10-31 10:43:34