Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

javascript - How to execute a function when page has fully loaded?

That's called load. It came waaaaay before DOM ready was around, and DOM ready was actually created for the exact reason that load waited on images.

window.addEventListener('load', function () {   alert("It's loaded!") }) 
Source by www.thecodeteacher.com #
 
PREVIOUS NEXT
Tagged: #javascript #How #execute #function #page #fully
ADD COMMENT
Topic
Name
3+3 =