jQuery: Added change test

This commit is contained in:
John Reilly
2013-11-29 10:37:50 +00:00
parent 2496728011
commit eed0725e82
+1
View File
@@ -646,6 +646,7 @@ function test_change() {
$('.target').change();
});
$("input[type='text']").change(function () { });
$("input[type='text']").change();
}
function test_children() {