Skip to content

Instantly share code, notes, and snippets.

@taojy123
Created October 30, 2014 05:18
Show Gist options
  • Save taojy123/ace4d27104cab2b7f761 to your computer and use it in GitHub Desktop.
Save taojy123/ace4d27104cab2b7f761 to your computer and use it in GitHub Desktop.
JQuery 全选按钮
<input type="checkbox" onclick="$('input[type=checkbox]').prop('checked', $(this).prop('checked'))">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment