mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-12 12:10:44 +08:00
jQuery: now with valid ajaxComplete test
Also with corrected jquerymobile attr test
This commit is contained in:
@@ -216,7 +216,7 @@ function test_form() {
|
||||
$("input[type='radio']").checkboxradio({ mini: true });
|
||||
$("input[type='radio']").checkboxradio({ theme: "a" });
|
||||
$("input[type='radio']").checkboxradio('enable');
|
||||
$("input[type='radio']:first").attr("checked", true).checkboxradio("refresh");
|
||||
$("input[type='radio']:first").prop("checked", true).checkboxradio("refresh");
|
||||
$("input[type='radio']").checkboxradio({
|
||||
create: function (event, ui) { }
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user