Skip to content

Instantly share code, notes, and snippets.

@suresh-kumara-gist
Created September 14, 2017 10:01
Show Gist options
  • Save suresh-kumara-gist/dddc0006d35d92c44aa129eccc15fd28 to your computer and use it in GitHub Desktop.
Save suresh-kumara-gist/dddc0006d35d92c44aa129eccc15fd28 to your computer and use it in GitHub Desktop.
Jquery select all checkboxes
jQuery('input:checkbox').attr("checked", "checked");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment