Created
April 18, 2017 11:27
-
-
Save sourovroy/60210d39d6cdcf88c929215195b340e5 to your computer and use it in GitHub Desktop.
Necessary jQuery Code
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
//Checked Check box | |
jQuery(':checkbox').prop("checked", true); | |
//Click all buttons at a time | |
jQuery('.row-options .delete-field').trigger("click"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment