Let's say on a page I have alot of this repeated:
<div class="entry">
<h4>Magic:</h4>
<a>Edit</a>
<a>Delete</a>
</div>
But the nodeValue
of h4
is not repeated. How do I get the nodeValue
of the a
based on the h4
tag's nodeValue
? Get content of the sister a
nodes of h4 where h4 content is Magic:
.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…