Issue with JSTree drag drop

前端 未结 1 911
眼角桃花
眼角桃花 2021-01-16 13:01

I am using JSTree with ASP.net. The html generated for the tree looks like

    
相关标签:
1条回答
  • 2021-01-16 13:32

    The error is with the html.

    Use class="jstree-drop" along with IDs for all the nodes. It will work.

    The other method could be with tree.bind("move_node.jstree", function (event, data){ // your code }

    0 讨论(0)
提交回复
热议问题