Attribute |
Value |
Description |
ondrag |
script |
Script to be run when an element is dragged |
ondragend |
script |
Script to be run at the end of a drag operation |
ondragenter |
script |
Script to be run when an element has been dragged to a valid drop target |
ondragleave |
script |
Script to be run when an element leaves a valid drop target |
ondragover |
script |
Script to be run when an element is being dragged over a valid drop target |
ondragstart |
script |
Script to be run at the start of a drag operation |
ondrop |
script |
Script to be run when dragged element is being dropped |
onscroll |
script |
Script to be run when an element's scrollbar is being scrolled |