How would I go about clicking a link using jQuery, with the text inside the link.
I.E.:
<a href="/node/1744650/nodequeue">Nodequeue</a>
I want to click this link based entirely on the fact that Nodequeue is inside the link.
How would I go about clicking a link using jQuery, with the text inside the link.
I.E.:
<a href="/node/1744650/nodequeue">Nodequeue</a>
I want to click this link based entirely on the fact that Nodequeue is inside the link.