Hi all, I need to be able to access an image from javascript using the following call:
jQuery(button).attr("style", "background-image : url(images/button.png);"); The problem is that this will not work for me in the future as I have a requirement to change the URL based on locale. So what I was hoping that perhaps I could use a Tapestry Asset with a fixed path and access it from javacript. Is this possible? Any assistance would be greatly appreciated. Cheers, Ray.