I know that jquery has a ready()
function and I've heard that it has a on load()
. But can anybody tell me all the different types and when they get run?
I know ready happens when the all the HTML DOM elements are loaded and load happens when all images and extra assets load like iframes perhaps?
But are there other types, and what are they?