$dragOut

called when the mouse pointer has been moved out of the drop area

void $dragOut(HTMLElement source,HTMLElement target,HTMLElement drop);
sourceHTMLElementa source HTML object
targetHTMLElementa target HTML object
dropHTMLElementa new DOM element which will be used as a drop target

Related samples

Details

For drag:"order" the target and drop are the same elements.

See also
Back to top