Created
October 19, 2009 16:18
-
-
Save dexteryy/213491 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(new Image()).load(function(){ | |
console.timeEnd("1"); | |
$(new Image()).load(function(){ | |
console.timeEnd("2"); | |
}).attr('src', "http://shop.10010.com/images/iphone/iphone_3GS.jpg"); | |
console.time("2"); | |
}).attr('src', "http://shop.10010.com/images/iphone/iphone_3GS.jpg"); | |
console.time("1"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment