Horje

Definition and Usage of HTML ondrop Event Attribute

The ondrop attribute fires when a draggable element or text selection is dropped on a valid drop target.

Drag and drop is a very common feature in HTML5. It is when you "grab" an object and drag it to a different location. For more information, see our HTML Tutorial on HTML5 Drag and Drop.

Note: To make an element draggable, use the global HTML5 draggable attribute.

Tip: Links and images are draggable by default, and do not need the draggable attribute.

There are many event attributes that are used, and can occur, in the different stages of a drag and drop operation:





Category:
Web Tutorial
Sub Category:
HTML Drag Events Attribute
Uploaded by:
Admin