Horje

Example of HTML ondragover Event Attribute

It will Execute a JavaScript when an element is being dragged over a drop target.
index.html
Example: HTML
 <div ondragover="myFunction(event)"></div> 

Output should be:

Example of HTML ondragover Event Attribute




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