When are the mouse events generated?
When are the mouse events generated? Correct Answer When user clicks or moves the mouse over a document
Mouse events are generated when the user moves or clicks the mouse over a document. These events are triggered on the most deeply nested element that the mouse pointer is over, but they bubble up through the document.