Guest User

Untitled

a guest
Jul 12th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. $('#mygrid tr.blueClass input[type="checkbox"]').each(
  2. function() {
  3. this.checked = true;
  4. });
Add Comment
Please, Sign In to add comment