Q10
The _________ event is fired on the element where the drop occurred at the end of the drag operation.
A.
drag
B.
drop
AnswerC.
dragstart
D.
dragenter
Answer: Option B
Solution
Answer: Option B
Solution:
The drop event is fired on the element where the drop occurred at the end of the drag operation. A listener would be responsible for retrieving the data being dragged and inserting it at the drop location.