Html
    Css
    Js

    
                        
* {
	margin:0;
	padding:0;
}
#pageBox {
	width:30%;
	height:30px;
	line-height:30px;
}
#pageBox span {
	display:inline-block;
	width:60px;
	height:24px;
	line-height:24px;
	text-align:center;
	color:#fff;
	background:#8E24AA;
	border-radius:5px;
}
#pageNav {
	display:inline-block;
}
#pageNav a {
	display:inline-block;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	color:#6157e9;
	text-decoration:none;
	border-radius:5px;
}
#pageNav a.active,#pageNav a:hover {
	background:#6157e9;
	color:#eeeeee;
}
#prev:hover {
	cursor:pointer;
}
#next:hover {
	cursor:pointer;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.8.3
 立即下载

table分页动态显示列表

更新时间:2022-05-30 01:46:32

本功能主要实现了table的动态分页,并且还附加了编辑和删除功能,

0