Hello!
I have some i like this:<i class="pcon" style="background-image: url(./styles/SkyBoot/imageset/topic_unread.gif); background-repeat: no-repeat;">
I want to change only this:styles/SkyBoot/imageset
to this:styles/SkyBoot/imageset/black
Because i have cookies and i want to create second template. I want this to change images for my black template (second theme)
I try with:jQuery('.pcon').each(function(e) {return e.css.replace('styles/SkyBoot/imageset/', 'styles/SkyBoot/imageset/black');});
but without success.
I need for each element, because i have more than one. Thanks for any help!