C# / js

jQuery Mobile雜記

#樣式刷新

$('#main').trigger('create');
$("input[type='checkbox']").checkboxradio("refresh");
$("input[type='radio']").checkboxradio("refresh");
$("#ima01").val("").selectmenu("refresh");

#綁定事件(遇updatepanel好處不用重新綁定)

$(document).on('change', 'input[name=qc_type]', function () {
    ckShowDiv();
});

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。