Link to home
Start Free TrialLog in
Avatar of mikha
mikhaFlag for United States of America

asked on

jquery selector - how to select all the td elements, that doesn't have an anchor element inside them

say i have a table with following tr and td elements. is there a way to select all the td elements inside a tr, which doesn't have an anchor element in it.

<tr role="row" class="odd">
    <td >
        <a href="..." >this is an anchor</a>
   </td>
   <td >abc</td>
   <td >1</td>
</tr>
ASKER CERTIFIED SOLUTION
Avatar of hielo
hielo
Flag of Wallis and Futuna image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial