标签: fancytree
单击清除过滤器后,动态创建的树将在过滤器后删除。
$("button#btnResetSearch").click(function(e){ $("input[name=filter]").val(""); $("span#matches").text(""); tree.clearFilter(); }).attr("disabled", true);