$(‘ul‘).listview(‘refresh‘);
$("select#foo").selectmenu("refresh");
$("input[type=‘checkbox‘]").attr("checked",true).checkboxradio("refresh");
$("input[type=‘radio‘]").attr("checked",true).checkboxradio("refresh");
时间: 2025-01-08 00:07:58
$(‘ul‘).listview(‘refresh‘);
$("select#foo").selectmenu("refresh");
$("input[type=‘checkbox‘]").attr("checked",true).checkboxradio("refresh");
$("input[type=‘radio‘]").attr("checked",true).checkboxradio("refresh");