Computer Science, asked by neerumorya204, 7 months ago

what is the function of drag and drop options​

Answers

Answered by siya8125
0

Answer:

call prevent default ()to prevent browser default handling of the data (default is open as link on drop)

2) get the dragged data with the data transfer get data()method...

3)the dragged data is the id of the dragged element ("drag 1")

4) append the dragged element into the drop element

Similar questions