jsp+json+ajax分页该怎么实现分页功能
2017-09-21
展开全部
<table class="table table-hover" id="emps_table">
<thead>
<tr>
<th>#</th>
<th>性别</th>
<th>生日</th>
<th>邮箱</th>
<th>部门</th>
<th>操作</th>
</tr>
</thead>
<tbody>
<!-- 显示员工数据 -->
</tbody>
</table>
$.ajax({
type : "get",
url : "/emps",
data : "pageNum=" + pn,
dataType : "json",
success (result) {
//生成表格数据
//显示分页信息
//显示分页页码
}
})
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询