Let's consider the following case:
There is a 2.5MB image in an <img>
tag and I'm on a slow connection which takes considerable time to download that image. If I'm putting the document.ready()
in the head tag, then will it wait for the image to be downloaded or it will fire when all the HTML is downloaded?
In case it fires when all the HTML is downloaded, how do I avoid it?
How do I make the .ready()
function fire after the 2.5MB data transfer?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…