Html
    Css
    Js
* {
	margin:0;
	padding:0;
	list-style:none;
}
.wrapper {
	width:500px;
	margin:50px auto;
}
/*清除浮动*/
        .wrapper::after {
	content:"";
	display:block;
	clear:both;
}
ul li {
	width:100%;
	height:30px;
	text-align:center;
	line-height:30px;
	float:left;
	background:#ccc;
	margin:10px 0px;
}
a {
	cursor:pointer;
	border:1px solid black;
}
.btn {
	float:right;
}

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

jquery简单分页

更新时间:2024-01-02 14:48:41

以上是原生javascriptt实现简单分页的全部代码,你可以根据需要进行样式和功能的自定义和扩展。希望对你有所帮助

0