I received a recommendation from a friend that involves utilizing this jquery code:
.css({ backgroundColor: '#ddd' })
However, I prefer to use a background image instead. How can I modify the jquery code to achieve this?
I am looking to implement something similar to:
.css({ backgroundImg: 'images/newsletter-dropdown.jpg' })
Appreciate any help!