[jQuery] Setting background image does not work...
I have tried both the following but neither seem to work.
[code]
$('#content-top').css('backgroundImage', "url(" + src + ")");
$('#content-top').css("background-image", "url(" + src + ")");
[/code]
Any ideas would be welcome, thanks.