-
按姓名检索:
-
按方向检索:
-
By Scopes:
-
search
reset
" +
"
" + item.showTitle + "
" + zc + "
" +
"" +
"";
});
} else {
html = "
No data found.
";
}
// 5. 渲染
$("#showdatainfo").html(html);
// 6. 更新分页器
var totalPage = Math.ceil(data.length / count) || 1;
$("#pagenyCaList").pagination("setPage", num, totalPage);
}
function fresh(){
locations.reload();
}