Document: dragend event

The dragend event is fired when a drag operation is being ended (by releasing a mouse button or hitting the escape key).

Bubbles Yes
Cancelable No
Default action Varies
Interface DragEvent
Event handler property ondragend

Examples

See the drag event for example code or this JSFiddle demo.

Specifications

Specification
HTML Standard
# event-dnd-dragend

Browser compatibility

BCD tables only load in the browser

See also