JQuery - Select All CheckBoxes within current table only
问题 I have two nested repeaters in C#. The outer has some grouping information and the inner has a table with X number of checkboxes. So I will have Y number of tables. At the top of each table there will be a check box (as well as a checkbox on each row). What I want to do is be able to select all check boxes in a single table from the checkbox at the top of each table. I can select ALL checkboxes in one go as follows: $(document).ready(function() { $("#checkboxflipflop").click(function() { var