Discussion :: Javascript - CS
- When is the mouseover event fired?
A.
When mouse is moved over a new element |
B.
When mouse is clicked |
C.
When mouse is both moved and clicked |
D.
None of the mentioned |
Answer : Option A
Explanation :
When the user moves the mouse so that it goes over a new element, the browser fires a mouseover event on that element.
Be The First To Comment