mirror of
https://github.com/jquery-validation/jquery-validation.git
synced 2025-12-24 12:13:59 +01:00
This commit is contained in:
2
jquery.validate.js
vendored
2
jquery.validate.js
vendored
@@ -236,7 +236,7 @@ $.extend($.validator, {
|
||||
onkeyup: function(element, event) {
|
||||
if ( event.which === 9 && this.elementValue(element) === '' ) {
|
||||
return;
|
||||
} else if ( element.name in this.submitted || element === this.lastActive ) {
|
||||
} else if ( element.name in this.submitted || element === this.lastElement ) {
|
||||
this.element(element);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user