Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- https://jsfiddle.net/gyrocode/07Lrpqm7/
- normal table select all check box
- $('#selectAll').click(function(e){
- var table= $(e.target).closest('table');
- $('td input:checkbox',table).prop('checked',this.checked);
- });
Add Comment
Please, Sign In to add comment