I am trying to have my JavaScript check to see if a background is loaded (loaded by jquery.ready function, if the background or the background div is loaded then i want it to set 2 href links, if the background fails to load or something goes wrong then the hrefs are set to nothing or #. I have done a few different ways and tried to mix and match some code but it seems i can't get it to work right. Any help would be great, i have search high and low on google, here and have tried for a while to make the code work in one way or another.
again thanks!
I'm guess that when say you background, what you're refering to is a background image. I don't believe there are any Javascript events related to background image loading that will accomplish the effect you mentioned. The jQuery onReady and load functions allow you to bind to the document itself, and will only fire once the entire page and all its external resources have loaded. However, this might help:
Image onload for static images