jQuery: now with valid ajaxComplete test

Also with corrected jquerymobile attr test
This commit is contained in:
johnnyreilly
2013-12-26 21:15:05 +00:00
parent 427d2e0576
commit 3b581e0152
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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) { }
});