Yesterday I got into a very silly problem. I need to change background image of the div element using jQuery. And to change the background image, I was using jQuery CSS method which takes key as CSS attribute and value as value of that attribute. So, to change the background image I was using below […]
Comments Off on Fix for setting CSS background image using jQuery