jquery selectors - fetch links using the value -


in jquery, how can links value user% (ie) user23 & user 24 in 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>  <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 trying do, this:

$('a:contains("user")') 

Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -