Hi
Can I use this code to change the Background Header?
$('div[dsid="mobileheader"]').css('background-image', 'url("' + Tiggzi.getImagePath("Congratulations.jpg") + '")');
It works for the content area but does not seem to work for the header.
I know how to change the header background with CSS but the header is dynamic.