$dragDestroy

the method is called when drag-n-drop has finished

void $dragDestroy(HTMLElement target,HTMLElement html,Event e);
targetHTMLElementa DOM element used as a drop target
htmlHTMLElementa DOM element of the drag marker
eEventa native HTML event
Details

The method is not purposed for direct call! It is an extension point.

You can override it with your own logic, but check drag-n-drop related events first, as they provide a much more convenient way for drag-n-drop handling.

Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.