$(‘ul‘).listview(‘refresh‘);
$("select#foo").selectmenu("refresh");
$("input[type=‘checkbox‘]").attr("checked",true).checkboxradio("refresh");
$("input[type=‘radio‘]").attr("checked",true).checkboxradio("refresh");
时间: 2024-10-12 20:11:09
$(‘ul‘).listview(‘refresh‘);
$("select#foo").selectmenu("refresh");
$("input[type=‘checkbox‘]").attr("checked",true).checkboxradio("refresh");
$("input[type=‘radio‘]").attr("checked",true).checkboxradio("refresh");