The ondragleave attribute fires when a draggable element or text selection leaves a valid drop target.
The ondragenter and ondragleave events can help the user to understand that a draggable element is about to enter or leave a drop target. This can be done by, for example, setting a background color when the draggable element enters the drop target, and removing the color when the element is moved out of the 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:
Example of HTML ondragleave Event Attribute | HTML Drag Events Attribute |
Definition and Usage of HTML ondragleave Event Attribute | HTML Drag Events Attribute |
Browser Support of HTML ondragleave Event Attribute | HTML Drag Events Attribute |
Syntax of HTML ondragleave Event Attribute | HTML Drag Events Attribute |
Attribute Values of HTML ondragleave Event Attribute | HTML Drag Events Attribute |
Technical Details of HTML ondragleave Event Attribute | HTML Drag Events Attribute |
How to Execute a JavaScript when a draggable element is moved out of a drop target | HTML Drag Events Attribute |
List of Drag Events Attribute | HTML Drag Events Attribute |
HTML ondrag Event Attribute | HTML Drag Events Attribute |
HTML ondragend Event Attribute | HTML Drag Events Attribute |
HTML ondragend Event Attribute | HTML Drag Events Attribute |
HTML ondragleave Event Attribute | HTML Drag Events Attribute |
HTML ondragover Event Attribute | HTML Drag Events Attribute |
HTML ondragstart Event Attribute | HTML Drag Events Attribute |
HTML ondrop Event Attribute | HTML Drag Events Attribute |
HTML onscroll Event Attribute | HTML Drag Events Attribute |
Category
: |
Web Tutorial |
Sub Category
: |
HTML Drag Events Attribute |
Uploaded by
: |
Admin |