I have a tree structured ul li
element in a page. I made the Leaf li
to be draggable. We can drag and drop these li
between their immediate parent li
.
Everything going fine except one problem. If we click on the li
, It started dragging and required another click to stop.
Just for information, We are using jquery treeview plugin to make this ul li
structure a treeview.
Any help regarding this would be appreciated.