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 a2d9fdc commit 5f7c9afCopy full SHA for 5f7c9af
form-validator/jquery.form-validator.js
@@ -307,7 +307,7 @@
307
}
308
},
309
applyInputSuccessStyling: function($input, conf) {
310
- $input.addClass('valid');
+ $input.addClass(conf.successElementClass);
311
this.getParentContainer($input)
312
.addClass(conf.inputParentClassOnSuccess);
313
src/main/dialogs.js
@@ -55,7 +55,7 @@
55
56
57
58
59
60
61
0 commit comments