Created
September 14, 2017 10:01
-
-
Save suresh-kumara-gist/dddc0006d35d92c44aa129eccc15fd28 to your computer and use it in GitHub Desktop.
Jquery select all checkboxes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jQuery('input:checkbox').attr("checked", "checked"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment