mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
jQuery: Added change test
This commit is contained in:
@@ -646,6 +646,7 @@ function test_change() {
|
||||
$('.target').change();
|
||||
});
|
||||
$("input[type='text']").change(function () { });
|
||||
$("input[type='text']").change();
|
||||
}
|
||||
|
||||
function test_children() {
|
||||
|
||||
Reference in New Issue
Block a user