I have the following CSS class that I\'m applying on a
@Jamie Dixon - he didn't say he wanted to do anything with the background image, just know when it's loaded... tag:
.bg {
background-image: url(\'bg.jp
$(function( )
{
var a = new Image;
a.onload = function( ){ /* do whatever */ };
a.src = $( 'body' ).css( 'background-image' );
});