mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
JQuery - removed number[] from .val()
This commit is contained in:
@@ -3129,7 +3129,6 @@ function test_val() {
|
||||
$("#multiple").val(["Multiple2", "Multiple3"]);
|
||||
$("input").val(["check1", "check2", "radio1"]);
|
||||
$("input").val(1);
|
||||
$("input").val([1, 2, 3]);
|
||||
}
|
||||
|
||||
function test_selector() {
|
||||
|
||||
Reference in New Issue
Block a user