diff --git a/src/core.js b/src/core.js index b7c62c04c..5a2fb1ce4 100644 --- a/src/core.js +++ b/src/core.js @@ -1607,7 +1607,6 @@ $.extend( $.validator, { validator.settings.messages[ element.name ][ method ] = previous.originalMessage; if ( valid ) { submitted = validator.formSubmitted; - validator.resetInternals(); validator.toHide = validator.errorsFor( element ); validator.formSubmitted = submitted; validator.successList.push( element ); diff --git a/test/index.html b/test/index.html index 17c6438b8..f27ad1d76 100644 --- a/test/index.html +++ b/test/index.html @@ -72,6 +72,10 @@
+