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.

pager


jQuery Ajax Pager

This is a very simple pager which has been made to work with ajax.

Usage:

$("some selector").ajaxPager({ startPage: 1, PagesCount: 10 });

Options:

startPage

Default: 1
This option specifies at which site the pager must start.

PagesCount

Default: 10
This option specifies the count of all sites/pages

ChangeSiteEventDefault: null
This event is call when the user selects a other page.

Sample:

$(document).ready(function() {
    $("some Selecotr").ajaxPager({ startPage: 7, PagesCount: 15,      ChangeSiteEvent: PageClick });
}

PageClick = function(pageindex) {
       //pageindex is the page which was clicked
       //Now you must load the page with ajax
       //Here I didn't do it
       $("#result").html("This is page " + pageindex);
}

ShowFirstLast

Default: false
This option specifies if the first and last button should be shown.

SimplePager - an easy jquery paging plugin

SimplePager is possibly the simplest jQuery pager/paging plugin, with a minimum of configuration needed and degrading gracefullyfor users without javascript enabled

PagedTable

Change table to which has a pager.

$('table.mytable').pageable();

For more information and download see the plugin repository.

ajaxPager

ajaxPager is a jQuery UI widget plugin for building javascript pagers quickly and easily. Each page’s content can be from either a ajax request, a url (iframe), string, element inside the pager, or element outside the pager.

table pager (mi)

This module adds pager links to any table you want. You can customize it with CSS.

To preview or download this plugin go to http://dev.mariusilie.net/content/table-pager

JQuery Pager

A simple JQuery plugin to provide paging UI functionality for data driven web applications

Cycle Plugin

Easy to use slideshow implementation. It supports pause-on-hover, auto-stop, auto-fit, before/after callbacks, click triggers and many, many transition effects including fade, shuffle, scroll, turn, slide, scroll, and zoom. It also allows you to define and run your own custom transitions. In addition, it supports, but does not require, the Metadata Plugin and the Easing Plugin.

Lots of demos can be found on the project website

The most current version of Cycle is always available at:
http://jquery.malsup.com/cycle/download.html

Please post questions to the jQuery Forum:
http://forum.jquery.com

You can also follow the development on github:
http://github.com/malsup/cycle/tree/master