Horje

Definition and Usage of HTML ondrag Event Attribute

The ondrag attribute fires when an element or text selection is being dragged.

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:

Note: While dragging an element, the ondrag event fires every 350 milliseconds.





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