I want to set a background image on the body tag, then run some code - like this:
$('body').css('background-image','http://picture.de/image.png').load(function() {
alert('Background image done loading');
// This doesn't work
});
How can I make sure the background image is fully loaded?
Image()object which does haveonloadevent. – Shadow Wizard Feb 20 '11 at 15:43url()– bluescrubbie Oct 17 '12 at 18:55