I wish more people would use a function like this with their Ajax. It’s really annoying to wait for all the images on a page to load for a request to fire
If you have no idea what I’m talking about, I hope you enjoy your much simplier life…possibly aboard some sort of fantasy sub-marine vessel chasing sea-monkies.
domFunction is an easy-to-use helper script, that allows other DOM scripting to run before window.onload; the practical benefit is that javascript doesn’t have to wait for images or other dependencies to finish loading anymore - it can begin as soon as the DOM is ready
November 19th, 2008
Related posts