diff --git a/src/jquery.validity.core.js b/src/jquery.validity.core.js index 1fee51f..b24d5dd 100644 --- a/src/jquery.validity.core.js +++ b/src/jquery.validity.core.js @@ -775,9 +775,7 @@ $.fn.extend({ // raise the error - aggregate will use last repeated value raiseAggregateError( - $reduction.filter( - "[value=\'" + repeatedVal[i] + "\']" - ), + $reduction, msg ); }