上一页 1 ··· 53 54 55 56 57
摘要: 后端 后端的TreeBean import java.util.List; public class TreeBean implements Serializable { private String id; private String name; private int floor; priva 阅读全文
posted @ 2018-08-03 11:34 WhoKnows1 阅读(108) 评论(0) 推荐(0) 编辑
摘要: zTree异步加载 具体详见API文档: http://www.treejs.cn/v3/api.php 重点是: setting里面的async相关属性 回调函数callBack里面的onAsyncSuccess : ztreeOnAsyncSuccess 参考文章 https://blog.cs 阅读全文
posted @ 2018-08-03 11:31 WhoKnows1 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 具体详见API文档: http://www.treejs.cn/v3/api.php 常见setting 异步: var setting = { async : { autoParam : [ "pId" , "floor" ], enable : true, type : "post", url 阅读全文
posted @ 2018-08-03 11:23 WhoKnows1 阅读(1152) 评论(0) 推荐(0) 编辑
摘要: zTree v3.5 Demo 演示 http://www.treejs.cn/v3/demo.php#_101 纯静态zTree <ul id="treeAdmin" class="ztree"></ul> 或者<div id="treeAdmin" class="ztree"></div> va 阅读全文
posted @ 2018-08-03 11:14 WhoKnows1 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-12-23 20:39 WhoKnows1 阅读(544) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/liangtiaoxian/article/details/52780747 https://jingyan.baidu.com/article/2fb0ba40829e0b00f2ec5f83.html 阅读全文
posted @ 2017-12-23 19:44 WhoKnows1 阅读(177) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-12-23 19:42 WhoKnows1 阅读(10) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-11-05 20:42 WhoKnows1 阅读(11) 评论(0) 推荐(0) 编辑
上一页 1 ··· 53 54 55 56 57