InterviewSolution
Saved Bookmarks
| 1. |
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) oncreateI had been asked this question in examination.My question is from JavaScript and Memory Leak in section Caching, Debugging and Animation of JavaScript |
|
Answer» Correct answer is (a) ONLOAD |
|