Q9
Which event is fired as the mouse is moving over an element when a drag is occurring?
A.
dragover
AnswerB.
dragenter
C.
dragstart
D.
dragleave
Answer: Option A
Solution
Answer: Option A
Solution:
This event is fired as the mouse is moving over an element when a drag is occurring. Much of the time, the operation that occurs during a listener will be the same as the dragenter event.