jquery.bootpag分页控件

  1. <script src="//code.jquery.com/jquery-2.1.3.min.js"></script>
  2. <script src="//netdna.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
  3. <script src="//raw.github.com/botmonster/jquery-bootpag/master/lib/jquery.bootpag.min.js"></script>
  4. <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
  5. 或者在这个http://www.bootcdn.cn里面查找cdn,很快的。

必须配合bootstrap哦。

 1 $('#pagination-BackTestSectionTrading').bootpag({
 2     total: 100,
 3     page: 1,
 4     maxVisible: 5,
 5     leaps: true,
 6     firstLastUse: true,
 7     first: '首页',
 8     last: '尾页',
 9     wrapClass: 'pagination',
10     activeClass: 'active',
11     disabledClass: 'disabled',
12     nextClass: 'next',
13     prevClass: 'prev',
14     lastClass: 'last',
15     firstClass: 'first'
16 }).on('page', function (event, num) {
17     console.log(num);
18 });

这里附上我使用的版本文件,另外还有一个不是基于bootstrap的分页插件。

我使用的版本:密码:68pv

独立分页插件 密码:nyc3

转载于:https://www.cnblogs.com/webSong/p/7091172.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值