jquery.bootpag分页控件

2021-07-10 07:04

阅读:421

标签:use   jquery   ref   文件   分页控件   master   func   trap   disable   

  • rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
  • 或者在这个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

    jquery.bootpag分页控件

    标签:use   jquery   ref   文件   分页控件   master   func   trap   disable   

    原文地址:http://www.cnblogs.com/webSong/p/7091172.html


    评论


    亲,登录后才可以留言!