We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f343f0 commit 98b9deeCopy full SHA for 98b9dee
form-validator/jquery.form-validator.js
@@ -955,12 +955,6 @@
955
// select the checkbox type element in this form
956
validateIfCheckedElement = $form.find('input[name="' + validateIfCheckedElementName + '"]');
957
958
- // test if it's property "checked" is checked
959
- if (validateIfCheckedElement.prop('checked')) {
960
- // set value for validation checkpoint
961
- validationDependentInputIsChecked = true;
962
- }
963
-
964
// test if check input value
965
if (validateIfCheckedElementValue != null) {
966
validateIfCheckedElement.each(function(index, el) {
0 commit comments