jquery Tree Traversal prev() in TD's
- by Guido Lemmens
Hello,
I'm trying to check/unckeck a selectbox by jquery in a previous TD. I have tried for hours several combination with prev(), parent(), closest(), but still without result... Here is the example code:
<table>
<tr>
<td><input type="checkbox" class="resultcheck"></td>
<td><label…