ligerTree
树组件
示例
1 $("#tree1").ligerTree( 2 { 3 url: 'tree.json', 4 nodeWidth : 40, 5 onBeforeExpand: onBeforeExpand, 6 onExpand: onExpand 7 });
截图
树组件
1 $("#tree1").ligerTree( 2 { 3 url: 'tree.json', 4 nodeWidth : 40, 5 onBeforeExpand: onBeforeExpand, 6 onExpand: onExpand 7 });