I have some jQuery code:
var imgone="url(../img/ico1.jpg)";
jQuery("#img1 .imgset").css('background-image',imgone);
For some reason it doesn't seem to change the background image, just making it blank. Does anyone have any suggestions to make it work?