Properties | Description |
---|---|
dragenter | |
dragover | Tell the browser this is an element that accepts drop data. |
drop | Once something has been dropped on the element, do something with the dropped data. |
dragstart | |
dragend | (the complement to dragstart) |
dragenter | |
dragleave |