When the page is loaded, I need to execute a function that retrieves the CSS background image settings as well as the hover background image setting, which I intend to use in a different way.
The only technique I have come across requires an actual mouseover event on the element to obtain the value.
Does anyone know of another method?
Here's how you can get a non-hover CSS value:
$(this).css('background-color');