Skip to content

Instantly share code, notes, and snippets.

@SAFAD
Created July 27, 2014 13:24
Show Gist options
  • Save SAFAD/f38e3df1f363de021898 to your computer and use it in GitHub Desktop.
Save SAFAD/f38e3df1f363de021898 to your computer and use it in GitHub Desktop.
tick all checkboxes [jQuery]
$("input[type='checkbox']").prop("checked", true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment