DOMContentLoaded for IE, Safari, everything, without document.write
Stuart's solution for the onload problem.
onload | Permalink
onload elsewhere on the 'Net.
Part of Events.
28 September 2007
Stuart's solution for the onload problem.
onload | Permalink
20 June 2006
25 September 2005
The other solution to the window.onload problem: HTCs.
onload | Permalink
24 September 2005
The load event fires when the entire page, including images, has been loaded. If clueless users upload 5M bitmaps to their sites, the event may fire far too late and the user may see all kinds of odd things happening while he's already doing something on the page.
What we need is a load event that fires when the document structure is complete, but that does not wait for the images. Dean Edwards provides. IE and Moz only, but it's a nice start.
onload | Permalink
29 August 2005
Useful overview of the problem with the load event handler and possible solutions, including their drawbacks.
onload | Permalink
This is the linklog of Peter-Paul Koch, mobile platform strategist, consultant, and trainer. You can also visit his QuirksBlog, or you can follow him on Twitter.
Category rchives:
Monthlies: