[jQuery] Select _other_ elements (with a specific class) in same tr
That title may not make much sense, so here's the code:
<tr id="<?= $player['id'] ?>">
<td><input type="checkbox" name="seventeen[apps][<?= $player['id'] ?>]"
class="noneorone" /></td>
<td><input type="checkbox" name="seventeen[subs][<?= $player['id'] ?>]"
class="noneorone" /></td>
</tr>
I want to be able to select _none or one_ of the checkboxes (note: not using
radio-buttons).
So I would like to know how to address the _other_ checkboxes (with the
class noneorone) in the same <tr>.
Do I need some XPath mixed with CSS or what?
Thanks in advance for any help.
--
View this message in context: http://www.nabble.com/Select-_other_-elements-%28with-a-specific-class%29-in-same-tr-tf2958743.html#a8277172
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/