将一个节点的所有子节点移动到另一个节点
假设我有一棵包含节点和子节点的树。我想将一个节点的所有子节点移动到另一个节点(在目标节点“下方”,在已经存在的子节点中)。另外,如果这不会生成 move_node
事件,那就太好了。有人可以帮忙吗?
先感谢您。
Suppose I have a tree with nodes and sub-nodes. I want to move all the children of a node to another node ("under" the destination node, among the already existing children). Also, it would be nice if this didn't generate a move_node
event. Can anyone help?
Thank you in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
已解决
我已经测试过并且有效:
归功于 vakata:http://groups.google.com/group/jstree/browse_thread/thread/4982d1518a9fa90?hl=zh-CN
Solved
I have tested and this works:
Credit goes to vakata: http://groups.google.com/group/jstree/browse_thread/thread/4982d1518a9fa90?hl=en