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 2183af2 commit 99ea7d3Copy full SHA for 99ea7d3
js/jquery.validationEngine.js
@@ -91,7 +91,7 @@
91
form.removeData('jqv_submitButton');
92
93
if (options.autoPositionUpdate)
94
- $(window).unbind("resize", methods.updatePromptsPosition);
+ $(window).off("resize", methods.updatePromptsPosition);
95
96
return this;
97
},
0 commit comments