A

Admin • 833K Points
Coach

Q. Which handler is triggered when the content of the document in the window is stable and ready for manipulation?

  • (A) onload
  • (B) manipulate
  • (C) create
  • (D) none of the mentioned
  • Correct Answer - Option(A)
  • Views: 33
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

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.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.