Can anyone help me with adding the css background-image:url("xxxxx") property to my code?
jQuery('#'+$trackID+' .sc_thumb').attr('src',$thumb_url);
jQuery('#'+$trackID+' .sc_container').css('display','block');
I am trying to insert the $thumb_url value into a background image on the second row. I have attempted various methods, but haven't been successful. Does anyone have any suggestions on how to properly add this to the .css property?