Skip to content

Instantly share code, notes, and snippets.

@mstoic
Created December 27, 2018 19:25
Show Gist options
  • Save mstoic/80ce685bb105e31516a4fafb8f46f0c2 to your computer and use it in GitHub Desktop.
Save mstoic/80ce685bb105e31516a4fafb8f46f0c2 to your computer and use it in GitHub Desktop.
$('.xenForm').find('fieldset').each(function() {
$(this).find('input[value="delete"]').prop("checked", true);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment