How could I get the background image url of #aboutus
div? I'm trying something like this
$('#aboutus').css('background')=='url(primo2.png)'
If I console log the first part of the above expression, I get
rgba(0, 0, 0, 0) url(file:///G:/u/primo2.png) repeat scroll 0% 0% / auto padding-box border-box
And I only needed url()
to compare. Thanks in advance.