I’m looking to make a selector which will select all elements if they have a specific child element. For example, select all <div>
with a child <span>
.
Possible?
I’m looking to make a selector which will select all elements if they have a specific child element. For example, select all <div>
with a child <span>
.
Possible?