样式可以自定义,调用简单,直接看实例了,效果图如下:
- nbsp;html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
ajax分页 - .pagination {font-family: Tahoma;font-size: 12px;height: 22px;margin: 5px 10px;text-align: right;}
- .pagination a,.page-cur,.page-start,.page-end,.page-disabled,.page-skip {
- height:22px;line-height:22px;margin:0 3px 0 0;text-align:center;vertical-align:middle;white-space:nowrap;}
- .pagination input {border-width: 1px;}
- .page-start, .pagination a, .page-end, .page-disabled {border: 1px solid #CCCCCC;padding: 0 5px;}
- .pagination a {text-decoration: none;}
- .page-cur {background-color: #FFEDE1;border: 1px solid #FD6D01;color: #FD6D01;font-weight: 700;padding: 0 5px;}
- .page-disabled {color: #CCCCCC;}
- .page-skip {color: #666666;padding: 0 3px;}
- <script> </script>
- testPage(1);
- function testPage(curPage){
- supage('pageNav','testPage','',curPage,100,5);
- }
- /**
- * @param {String} divName 分页导航渲染到的dom对象ID
- * @param {String} funName 点击页码需要执行后台查询数据的JS函数
- * @param {Object} params 后台查询数据函数的参数,参数顺序就是该对象的顺序,当前页面一定要设置在里面的
- * @param {String} total 后台返回的总记录数
- * @param {Boolean} pageSize 每页显示的记录数,默认是10
- */
- function supage(divId, funName, params, curPage, total, pageSize){
-
var output = '';';
- var pageSize = parseInt(pageSize)>0 ? parseInt(pageSize) : 10;
- if(parseInt(total) == 0 parseInt(total) == 'NaN') return;
- var totalPage = Math.ceil(total/pageSize);
- var curPage = parseInt(curPage)>0 ? parseInt(curPage) : 1;
- //从参数对象中解析出来各个参数
- var param_str = '';
- if(typeof params == 'object'){
- for(o in params){
- if(typeof params[o] == 'string'){
- param_str += '\'' + params[o] + '\',';
- }
- else{
- param_str += params[o] + ',';
- }
- }
- //alert(111);
- }
- //设置起始页码
- if (totalPage > 10) {
- if ((curPage - 5) > 0 && curPage
- var start = curPage - 5;
- var end = curPage + 5;
- }
- else if (curPage >= (totalPage - 5)) {
- var start = totalPage - 10;
- var end = totalPage;
- }
- else {
- var start = 1;
- var end = 10;
- }
- }
- else {
- var start = 1;
- var end = totalPage;
- }
- //首页控制
- if(curPage>1){
- output += '«';
- }
- else
- {
- output += '« ';
- }
- //上一页菜单控制
- if(curPage>1){
- output += '‹';
- }
- else{
- output += '‹';
- }
- //页码展示
- for (i = start; i
- if (i == curPage) {
- output += '' + curPage + '';
- }
- else {
- output += '' + i + '';
- }
- }
- //下一页菜单控制
- if(totalPage>1 && curPage
- output += '›';
- }
- else{
- output += '›';
- }
- //最后页控制
- if(curPage
- output += '»';
- }
- else{
- output += '»';
- }
- output += '
- //渲染到dom中
- document.getElementById(divId).innerHTML = output;
- };

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SublimeText3 Chinese version
Chinese version, very easy to use

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Dreamweaver Mac version
Visual web development tools
