I am new to jQuery. For me, this is not a problem using xpath expressions, but how can I do this with "jQuery"?
In the following example:
<stuff>
<a href="target.html">ASDF</a>
<a href="target.html"><img src="asdf.png"/></a>
</stuff>
How can I select text links with jQuery and leave the links with img tags intact?
Help me j Query kenobi, you are my only hope;)
Princess Leah
Princess lia
source
share