您的位置:首页 > 产品设计 > UI/UE

EasyUI tree 实现点击展开/折叠

2017-12-01 19:17 645 查看
$('#tt').tree( {
url : 'getTree.do',
animate: true,
onClick: function(node){
$('#tt').tree(node.state === 'closed' ? 'expand' : 'collapse', node.target);
}
});


作者:itmyhome
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: