Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. When are the mouse events generated?

  2. A.

     When user clicks the mouse over a document

    B.

     When user moves over a document

    C.

     All of the mentioned

    D.

     None of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    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.


Be The First To Comment