FrontendDeveloper.in

JavaScript question detail

What is the difference between document load and DOMContentLoaded events

The DOMContentLoaded event is fired when the initial HTML document has been completely loaded and parsed, without waiting for assets(stylesheets, images, and subframes) to finish loading. Whereas The load event is fired when the whole page has loaded, including all dependent resources(stylesheets, images).

Back to all JavaScript questions
Get LinkedIn Premium at Rs 399