I have the following CSS class
.bg {
background-image: url('bg.jpg');
display: none;
}
that I'm applying on a TD tag.
My question is how can I tell with JavaScript/jQuery that the background image finished loading?
Thank you.
UPDATE: added display property. Since my main objective it toggle it into view.