[jQuery] How to find a div's which have background-img?
[jQuery] How to find a div's which have background-img?
for example
.box {
background-image: url(images/png_back.png);
}
<div class="box"></div>
Can I filter the div which have backround-image?
Topic Participants
chan15tw
kenshin520
hello