mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
[jquery.validation][1.11.1] invalidElements and validElements methods
This commit is contained in:
@@ -227,4 +227,6 @@ function test_methods() {
|
||||
maxlength: 5
|
||||
}
|
||||
});
|
||||
var invalidElements: HTMLElement[] = validator.invalidElements();
|
||||
var validElements: HTMLElement[] = validator.validElements();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user