Hello guys,
is there a possibility to Cancel a Drag'n'Drop event after drop down a node?
I want to open a jquery Popup if you drop the node and then if you press the "Cancel" button the current move event should be stopped.
-> kind of confirmation to the current move.
I read something about it in other posts, but I did not found a solution to this.
I found out that there is the possibility to stop the move_node by returning false in the jstree.js, but I do not want to include my confirmation into the jstree.js