I am using JSTree with ASP.net. The html generated for the tree looks like
node 1&l
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 }