JQuery Easyui Tree的oncheck事件实现代码
用firebug查看其生成html,发现其checkobx是假的,只是一个span,来回的变样式而已,汗复制代码 代码如下: $(".tree-checkbox", tree).unbind(".tree").bind("click.tree", function() { if ($(this).hasClass("tree-checkbox0")) { $(this).removeClass("tree-checkbox0").addClass("tre...