官网上的“用 zTree 方法异步加载节点数据”例子不好使,我就自己研究了一下,这里做个记录。
1、页面布局(需要引入的JS文件,css文件就省了):
<body>
<div class="content_wrap">
<div class="zTreeDemoBackground left">
<ul id="treeDemo" class="ztree"></ul>
</div>
<a href="javascript:void(0);" id="refreshNOde">重新加载</a>
<a href="javascript:void(0);" id="refreshNodeSilent">悄悄地重新加载</a>
<br />
<br />
<a href="javascript:void(0);" id="addNode">追加</a>
<a href="javascript:void(0);" id="addNodeSilent">悄悄地追加</a>
</div>
</body>
2、JS:
<script type="text/javascript"> var setting = { async: { enable: true, url:"area!async.action", type:"post", autoParam:["id=id"], //otherParam:{"otherParam":""}, contentType:"application/x-www-form-urlencoded", dataType:"text",