The title sums it up. I'm trying to query an HTML file for all div tags that contain the class result
and does not contain the class grid
.
<div class="result grid">skip this div</div>
<div class="result">grab this one</div>
Thanks!
The title sums it up. I'm trying to query an HTML file for all div tags that contain the class result
and does not contain the class grid
.
<div class="result grid">skip this div</div>
<div class="result">grab this one</div>
Thanks!
This should do it: