Home / CSE MCQs / Javascript MCQs :: Discussion

Discussion :: Javascript MCQs

  1. Which handler is triggered when the content of the document in the window is stable and ready for manipulation?
  2. A.
    onload
    B.
    manipulate
    C.
    create
    D.
    None of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    One of the most important event handlers is the onload handler of the Window object. It is triggered when the content of the document displayed in the window is stable and ready to be manipulated. JavaScript code is commonly wrapped within an onload event handler.


Be The First To Comment