Created
December 27, 2018 19:25
-
-
Save mstoic/80ce685bb105e31516a4fafb8f46f0c2 to your computer and use it in GitHub Desktop.
This file contains 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
$('.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