Skip to content

Instantly share code, notes, and snippets.

@sourovroy
Created April 18, 2017 11:27
Show Gist options
  • Save sourovroy/60210d39d6cdcf88c929215195b340e5 to your computer and use it in GitHub Desktop.
Save sourovroy/60210d39d6cdcf88c929215195b340e5 to your computer and use it in GitHub Desktop.
Necessary jQuery Code
//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