用户工具


jquery mobile

动态刷新checkbox
$(".checkbox").checkboxradio(); #实例化
$(".checkbox").checkboxradio("refresh");#刷新

动态刷新table
$("#table").table( "refresh" );
动态刷新select 
$( "#select" ).selectmenu( "refresh" );