gpt4 book ai didi

javascript - 如何使用仅重新排序的 jstree v3 插件

转载 作者:行者123 更新时间:2023-11-29 18:07:15 24 4
gpt4 key购买 nike

我正在使用 jsTree V3.0.8 ( http://www.jstree.com/ )

如何仅在使用 dnd 插件时重新排序,如 V1( http://johntang.github.io/JsTree/_docs/dnd.html#demo2 )

最佳答案

像这样使用 check_callback 选项:

"check_callback" : function (op, node, par, pos, more) {
if(more && more.dnd) {
return more.pos !== "i" && par.id == node.parent;
}
return true;
},

这是一个演示: http://jsfiddle.net/DGAF4/509/

关于javascript - 如何使用仅重新排序的 jstree v3 插件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30345095/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com