Reputation: 13
Imagine I have the following HTML:
<div>
<p> text 1 </p>
.. some content ..
</div>
<div>
<p> text 2 </p>
.. some content ..
</div>
I want to select the divs by the content of text, is it possible ? and how can id do it ? thanks !!
Upvotes: 1
Views: 71