请问jstree如何使所有节点自动全部展示?谢了
$('#jstree').jstree().open_all();
"plugins" : ["state" ]
设置默认展开
.bind("loaded.jstree", function (event, data) { data.inst.open_all(-1); // -1 opens all nodes in the container })
爱莫能助, 没用过, 推荐 #zTree# 用户很多, 作者有问必答。 包你满意
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(4)
$('#jstree').jstree().open_all();
"plugins" : ["state" ]
设置默认展开
.bind("loaded.jstree", function (event, data) {
data.inst.open_all(-1); // -1 opens all nodes in the container
})
爱莫能助, 没用过, 推荐 #zTree# 用户很多, 作者有问必答。 包你满意