 
						我第一个的插件。
它是简单的分页插件。
| 1 | <linkrel="stylesheet"type="text/css"href="src/jquery.page.css"> | 
或你自己css;
你需要把jquery在jquery.page.j前引用
| 1 2 | <scriptsrc="src/jquery.min.js"></script><scriptsrc="src/jquery.page.js"></script> | 
如何使用┱
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | $("#page").Page({    totalPages: 14,//total Pages    liNums: 7,//the li numbers(advice use odd)    activeClass: 'activP', //active class style    firstPage: '首页',//first button name    lastPage: '末页',//last button name    prv: '?',//prev button name    next: '?',//next button name    hasFirstPage: true,//whether has first button    hasLastPage: true,//whether has last button    hasPrv: true,//whether has prev button    hasNext: true,//whether has next button    callBack : function(page){        //callBack function,page:active page    }}); | 
或在演示中看到:)
特别申明:
			本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
			本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
			如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com