jQuery基于Bootstrap分页插件.zip

时间:2022-07-31 03:49:45
【文件属性】:

文件名称:jQuery基于Bootstrap分页插件.zip

文件大小:141KB

文件格式:ZIP

更新时间:2022-07-31 03:49:45

js特效-jQuery基于Bootstrap分页插件

jQuery基于Bootstrap分页插件是一款分页插件设置固定列表分页显示,支持动态分页数据代码。   jQuery(document).ready(function($){ for (var i = 1; i <= 150; i ) {  $('.list-group').append('

  • Item ' i '
  • '); } $('.list-group').paginathing({  perPage: 5,  limitPagination: 9,  containerClass: 'panel-footer',  pageNumbers: true }) $('.table tbody').paginathing({  perPage: 2,  insertAfter: '.table',  pageNumbers: true });   });


    【文件预览】:
    jQuery基于Bootstrap分页插件
    ----index.html(2KB)
    ----php中文网下载站.url(114B)
    ----js()
    --------jquery-1.11.0.min.js(94KB)
    --------paginathing.js(6KB)
    ----fonts()
    --------glyphicons-halflings-regular.ttf(44KB)
    --------glyphicons-halflings-regular.woff2(18KB)
    --------glyphicons-halflings-regular.eot(20KB)
    --------glyphicons-halflings-regular.woff(23KB)
    ----php中文网免费下载站.txt(219B)
    ----css()
    --------demo.css(500B)
    --------bootstrap.min.css(118KB)

    网友评论