A repository of over 1000 quality jQuery plugins

jQuery Pagination

Pagination is a jQuery Pagination plugin.

Created by Mricle

a simple jquery pagination plugin.

Not what you're looking for? Click here to view more Pagination jQuery plugins

此版本已不再维护,请使用新版本

https://github.com/mricle/Mricode.Pagination

收集了若干使用意见,基于此版本重新开发,增加了初始化设置pageIndex,优化不使用ajax情况下生成分页并新增加了若干方法,满足不同使用情况。

------------------------------------------------------------------------------------------------------------

Jquery Pagination Plugin [V1.2.6]

此版本已不再维护, a simple jquery pagination plugin

Get Started

include the library in the HEAD of your page:

<link href="jquery.pagination.css" rel="stylesheet" />
<script src="jquery-1.11.2.min.js"></script>
<script src="jquery.pagination-1.2.6.min.js"></script>

add a element for pagination

<div id="page" class="m-pagination"></div>

init pagination

$("#page").page({ total: 1000 });

Documentation

http://mricle.com/JqueryPagination

Demo

http://mricle.com/JqueryPagination/Demo



You might also like these other Pagination jQuery Plugins

  • Pagination

    A jQuery plugin for simple pagination.

  • jQuery Bootpag

    BootPag - boostrap dynamic pagination jQuery plugin

  • SliderPagination

    An experimental slider pagination using the jQuery UI slider. The idea is to use a simple navigation concept that preserves layout and st...

License:

The MIT License (MIT)