M
Q. Which event is triggered sooner when the document and its elements are ready to manipulate?
- Correct Answer - Option(C)
- Views: 89
- Filed under category Machine Learning
M
DOMContentLoaded and readystatechange are alternatives to the load event: they are triggered sooner, when the document and its elements are ready to manipulate, but before external resources are fully loaded.
You must be Logged in to update hint/solution
Discusssion
Login to discuss.