jsTree 基于JQuery的排序节点 Bug

例如:

- a (position 1)
- b (position 2)
- c (position 3)
move c between a and b: cp=1
move a between b and c: cp=2
下移位置多加了1,不太清楚为什么,这里提供一种修复方法,也许它不是很好。



"position" : data.rslt.cp + i,

换成

"position" : data.rslt.o.index() + i,
可能对你有所帮助

您可能感兴趣的文章:

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wdfyjj.html