Drag Drop
Using drag and drop api, an element can be dragged from one place to another. The various events for drag drop are as follows: Drag, Dragstart, Dragenter, Dragover, Dragleave, Drop, Dragend.
The stages which are included in the drag drop operation are as follows:
- To make an element draggable
- To decide what to drag
- To decide where to drop
- Perform the drop action
Example
OUTPUT
Knowledge2life