samedi 27 juin 2015

window load function loads images fully?

$(window).load(function(){ 
// executes when complete page is fully loaded, 
//including all frames, objects and images 
}

What does it mean "images"? Does it mean both the "background images set in css" and "images set in document through img tag"?

Aucun commentaire:

Enregistrer un commentaire