how to reference image from Image Assests
Posted: Wed Oct 17, 2012 2:17 am
Hi
i want to reference image from the local asset image not the url image
please let me know
i want to do some think like this on page load
$('div[dsid="mobilecontainer12"]').css('background-image',
'woodwhiteimage.jpg')
here woodwhiteimage is stored in project/assets/images
please let me know how to achieve this