$('#tt').tree( {
url : 'getTree.do',
animate: true,
onClick: function(node){
$('#tt').tree(node.state === 'closed' ? 'expand' : 'collapse', node.target);
}
});
原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/14200.html
$('#tt').tree( {
url : 'getTree.do',
animate: true,
onClick: function(node){
$('#tt').tree(node.state === 'closed' ? 'expand' : 'collapse', node.target);
}
});
原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/14200.html