Using Drag and Drop on a tree the beforedrop event doesn't seem to fire
Using Drag and Drop on a tree the beforedrop event doesn't seem to fire
I have a tree and I've added the drag and drop plugin. Those function fine in the browser but I need to send the dragged and drop changes to my DB correct? To do this I believe I should listen for the drop event then make an ajax call to my back end. I have a checkchange even that fires OK but a drop or beforedrop event seem to do nothing.