Examveda
Examveda

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

Answer: Option A

Solution(By Examveda Team)

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.

Join The Discussion

Related Questions on Server Side and Client Side Scripting