$('#tt').tree({
onLoadSuccess:function(){
$(this).find('span.tree-checkbox').unbind().click(function(){
return false;
});
}
});
jquery easyui tree checkbox置灰
最新推荐文章于 2020-12-19 03:00:22 发布
$('#tt').tree({
onLoadSuccess:function(){
$(this).find('span.tree-checkbox').unbind().click(function(){
return false;
});
}
});