Skip to content

Instantly share code, notes, and snippets.

@aliencode
Created November 19, 2013 06:31
Show Gist options
  • Save aliencode/7541166 to your computer and use it in GitHub Desktop.
Save aliencode/7541166 to your computer and use it in GitHub Desktop.
jquery table checkbox 列选择
$('table tr input[type=checkbox]:nth-child(1) ').prop('checked', $(e.target).prop('checked'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment