$(‘ul‘).listview(‘refresh‘);
$("select#foo").selectmenu("refresh");
$("input[type=‘checkbox‘]").attr("checked",true).checkboxradio("refresh");
$("input[type=‘radio‘]").attr("checked",true).checkboxradio("refresh");
原文:http://www.cnblogs.com/yabbi/p/4120000.html