jQuery find by value
Posted
by Happy
on Stack Overflow
See other posts from Stack Overflow
or by Happy
Published on 2010-06-14T14:26:54Z
Indexed on
2010/06/14
14:32 UTC
Read the original article
Hit count: 245
There is a link with title
and some value:
<a href="http://site.com/someid/" title="Use ctrl + >">next</a>
How to find this link and throw its href
attribute to some variable
?
© Stack Overflow or respective owner