开发者

fetch links using the value

In JQuery, how can I get all the links with value like User% (ie) User23 & User 24 in this example.

<TBODY>

<tr>

<td class="box6B">

<a href="mytestpage.htm#79391606">79391606</a>

</td>
<td class="box2B">

<a href="mytestpage.htm#79391606">User23</a>
</td>
</tr>

</TBODY>
<TBODY>

<tr开发者_StackOverflow>

<td class="boxt7B">

<a href="mytestpage.htm#79391607">79391607</a>

</td>
<td class="box2B">

<a href="mytestpage.htm#79391607">User24</a>
</td>
</tr>

</TBODY>
..


Depending on what you are trying to do, you could do something like this:

$('a:contains("User")')
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜