jPages是一个客户端分页插件... jPages is a client-side pagination plugin but it gives you a lot more features comparing to most of the other plugins for this purpose, such as auto page turn, key and scroll browse, showing items with delay, completely customizable navigation panel and also integration with Animate.css and Lazy Load. Apart from all its features, the main diference for the other pagination plugins is that with jPages you can create as many navigation panels as you want and you can choose exactly where to place them. The plugin is very unobtrusive and it won't apply any extra styles to the items you are paginating. It will only create and insert the links inside the element(s) you are applying the plugin to, in order to turn them into navigation panel(s).
2021-07-12 23:39:18 2.18MB jPages
1
am-pagination.js分页插件是一款可以动态的在客户端页面渲染出分页条效果,并带有多个配置参数。
2021-06-24 17:14:19 121KB 分页 分页插件 无刷新
1
mybatis分页插件源码,非入侵式
2021-05-02 09:53:31 30KB mybatis
1
jquery-pagination分页插件 1、引入pagination.css和jquery.pagination.js文件; 2、配置可参考jquery.pagination.js文件50行的配置默认参数,含参数注释; var defaults = { totalData: 0, //数据总条数 showData: 0, //每页显示的条数 pageCount: 9, //总页数,默认为9 current: 1, //当前第几页 prevCls: 'prev', //上一页class nextCls: 'next', //下一页class prevContent: '', //下一页内容 activeCls: 'active', //当前页选中状态 coping: false, //首页和尾页 isHide: false, //当前页数为0页或者1页时不显示分页 homePage: '', //首页节点内容 endPage: '', //尾页节点内容 keepShowPN: false, //是否一直显示上一页下一页 mode: 'unfixed', //分页模式,unfixed:不固定页码数量,fixed:固定页码数量 count: 4, //mode为unfixed时显示当前选中页前后页数,mode为fixed显示页码总数 jump: false, //跳转到指定页数 jumpIptCls: 'jump-ipt', //文本框内容 jumpBtnCls: 'jump-btn', //跳转按钮 jumpBtn: '跳转', //跳转按钮文本 callback: function () {} //回调 }; 3、使用: function example(page, current = 1) { $('#filterTab').pagination({ totalData: page, //总页数 showData: showNum, //每页显示条数 coping: true, //首页和尾页 jump: true, //跳转至指定页数 current: current, //当前显示第几页 callback: function(api) { searchUsers(false, api.getCurrent()) //获取当前页 } }); };
2021-04-06 11:06:11 2KB jquery pagination 分页 插件
1
一款简单实用的jQuery分页插件,有基本的首页、末页、上一页、下一页和页码选择功能。
2021-03-27 20:19:22 2KB jquery
1
在使用Java Spring开发的时候,Mybatis算是对数据库操作的利器了。这篇文章主要介绍了Mybatis分页插件PageHelper的配置和使用方法,需要的朋友可以参考下
2021-03-22 12:17:48 92KB mybatis分页插件 mybatis pagehelper
1
jq-paginator一款快速实现分页的插件
2021-02-11 21:03:41 37KB jqpaginator分页插件
1
移动端H5-dropload.js分页插件 https://blog.csdn.net/qq_36993916/article/details/113742945
2021-02-07 18:01:40 69KB js
1