All Projects → keenwon → Jqpaginator

keenwon / Jqpaginator

Licence: mit
基于 jQuery 的分页组件

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Jqpaginator

Bpage
Based on bootstrap style, static page jump can also be asynchronous page processing pagination plugin
Stars: ✭ 96 (-77.36%)
Mutual labels:  pagination, jquery
Selectpage
A simple style and powerful selector, including ajax remote data, autocomplete, pagination, tags, i18n and keyboard navigation features
Stars: ✭ 679 (+60.14%)
Mutual labels:  pagination, jquery
Zebra datepicker
A super-lightweight, highly configurable, cross-browser date / time picker jQuery plugin
Stars: ✭ 367 (-13.44%)
Mutual labels:  jquery
Jquery.flowchart
JQuery plugin that allows you to draw a flow chart.
Stars: ✭ 413 (-2.59%)
Mutual labels:  jquery
Jquery Timeago
🕗 The original jQuery plugin that makes it easy to support automatically updating fuzzy timestamps (e.g. "4 minutes ago").
Stars: ✭ 3,813 (+799.29%)
Mutual labels:  jquery
Mymovies
A Flutter app which shows a list of popular movies.
Stars: ✭ 371 (-12.5%)
Mutual labels:  pagination
Tabulator
Interactive Tables and Data Grids for JavaScript
Stars: ✭ 4,329 (+920.99%)
Mutual labels:  jquery
Reading Zepto
读 Zepto 源码,分析 Zepto 源码
Stars: ✭ 368 (-13.21%)
Mutual labels:  jquery
Cc
一个基于angular5.0.0+ng-bootstrap1.0.0-beta.8+bootstrap4.0.0-beta.2+scss的后台管理系统界面(没基础的同学请先自学基础,谢谢!)
Stars: ✭ 416 (-1.89%)
Mutual labels:  jquery
Js Tracker
A chrome extension tracks front-end JavaScript that uses DOM / jQuery APIs to manipulate html dom elements (e.g., change style, attach event listener) at runtime.
Stars: ✭ 387 (-8.73%)
Mutual labels:  jquery
Jekyll Paginate V2
Pagination Generator for Jekyll 3 (enhanced replacement for the old built-in jekyll-paginate gem) ⛺
Stars: ✭ 412 (-2.83%)
Mutual labels:  pagination
Morphext
A simple, high-performance and cross-browser jQuery rotating / carousel plugin for text phrases powered by Animate.css.
Stars: ✭ 384 (-9.43%)
Mutual labels:  jquery
Jslite
与jQuery有着类似的api,让web开发更迅速,下载执行更快、量级更轻,针对现代高级浏览器的JavaScript库。
Stars: ✭ 374 (-11.79%)
Mutual labels:  jquery
Pagepiling.js
pagePiling plugin by Alvaro Trigo. Create a scrolling pile of sections. http://alvarotrigo.com/pagePiling/
Stars: ✭ 3,993 (+841.75%)
Mutual labels:  jquery
Material Cards
Card style based on Google Material color palette
Stars: ✭ 370 (-12.74%)
Mutual labels:  jquery
Web
适合java新手入门练习的java web个人网站项目,目前主要维护web-mysql和web-psql两个分支。前台包括博客、代码库、文件下载、留言、登录注册、站内搜索、分类目录等功能,后台包括上传文件、博客、代码,编辑、删除文章,修改个人资料等功能,目前暂停开发新功能。网址:https://demo.hemingsheng.cn ,觉得不错的欢迎 star。 手机版网址:
Stars: ✭ 414 (-2.36%)
Mutual labels:  jquery
Jquerysource
jQuery 源码解读,v3.1.1,从菜鸟到大神之路
Stars: ✭ 367 (-13.44%)
Mutual labels:  jquery
Nestjs Typeorm Paginate
📃 Pagination response object function + types for typeorm + nestjs
Stars: ✭ 377 (-11.08%)
Mutual labels:  pagination
Laravel Datatables
jQuery DataTables API for Laravel 4|5|6|7|8
Stars: ✭ 4,134 (+875%)
Mutual labels:  jquery
Vue Datasource
A vue.js component to create dynamic tables
Stars: ✭ 420 (-0.94%)
Mutual labels:  pagination

jq-paginator 分页组件

NPM Version License Status Build Status Coverage Status Lgtm Alerts Lgtm Grade

Dependencies Status Devdependencies Status

使用说明

详细的使用文档和 Demo 请查看 http://jqpaginator.keenwon.com/

npm 安装

npm install jq-paginator --save

⚠️ 注意:npm 包名是 jq-paginator

直接引入

直接下载使用 dist 文件夹中编译好的文件,或者使用 unpkg 等 CDN 服务。

开发说明

安装依赖:

npm install

本地开发:

npm start

执行测试:

npm test

编译:

npm run build

Changelog

2.0.0

  • 使用新的工具流
  • 发布 npm 包
  • 不再支持 bower,spm

1.2.0

增加参数类型验证。

1.1.0

  • onPageChange事件接受第二个参数type,表示事件类型,可能的值为:
    • init:初始化
    • change:点击页码
  • 内置bootstrap类型的分页,不用每次都设置first,next,page等参数。

1.0.2

更好的兼容 $.paginator('#id',options) 形式的调用

1.0.1

option函数优化

1.0.0

新增spm https://spmjs.org/keenwon/jqPaginator/
安装方法:

spm install keenwon/jqPaginator
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].