Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

paginate


jPagine

jPagine est un script utilisant le framework jQuery, permettant de créer une pagination sur une liste contenant trop d'éléments pour pouvoir être affiché en totalité sur une page.
Le nombre d'éléments par page et la page active par défaut sont paramétrables.
jPagine peut aussi appliquer un effet zebra sur les items de la liste.

JQuery Pagination Plugin

After using various jQuery plugins for pagination, I decided to write my own jQuery paginator plugin. While creating this plugin, I tried to overcome other plugin’s limitations and make it easy & highly customizable to meet demands of most of developers. Here are few features of this plugin,

jQuery Paginator

Paginates an array of data retrieved from the server.

jQuery paginator is based on the plugin originally written by Gabriel Birke. For information, documentation and license please visit http://plugins.jquery.com/project/pagination

Added functionality:

  • page X of Y can be optionally added to the left/right of paginator's navigation links;
  • cookie to hold current selected page number (it will keep page selected if user get back to pagination page within 24 hours);
  • configuration value postUrl for URL to server file path to load paginator data;
  • configuration value elementModel: to define html model for each paginator item.

aqPaging

Creates a paging object that calls a specified callback when a page is clicked. This object creates a range of pages specified by the max variable and create a mechanism for the user to fast forward or backward a defined set of pages.

    $('div').aqPaging({ current: 1, pages: 21, cb: function(p) { alert(p) } });
     $('div').aqPaging({ current: 2, pages: 21 }); //flip

Quick Paginate

A jQuery plugin that allows you to quickly and easily paginate almost any set of elements on a page. Super-easy to implement, provides very stripped down prev/next navigation elements with optional page count display.

See http://projects.allmarkedup.com/jquery_quick_paginate/ for full docs and examples.