久久资源网

jQuery动态表格自定义分页代码

jQuery动态表格自定义分页代码

2019-07-31 21:50:22 其它特效

售价:5.00积分 会员免费

特别声明:资源售价只是赞助,不代表代码或者素材本身点数。收取费用仅维持本站的日常运营所需!

jQuery动态表格自定义分页代码

jQuery基于分页插件,动态获取表格数据,三行三列,自定义分页样式代码。

使用方法

1、head引入css文件

<link rel="stylesheet" type="text/css" href="css/MyPaging.css">

2、head引入js文件

<script src="js/jquery.min.js"></script>

3、body引入部分

<div class="main">
	
	<table border>
		<thead>
			<tr>
				<th>id</th>
				<th>姓名</th>
				<th>年龄</th>
			</tr>
		</thead>
		<tbody class="tbody">
			<tr>
				<td>1</td>
				<td>会计师看到</td>
				<td>50</td>
			</tr>
		</tbody>
	</table>

	<div class="box2"></div>
</div>

<script src="js/MyPaging.js"></script>
<script src="js/script.js"></script>

资源出处:https://www.moyublog.com/codes/295.html

关注微信