Skip to content

kaliara/mk_pagination

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Demo

View some demos

Overview

Custom written pagination jQuery plugin includes the following features:

  • simple animations
  • initialize multiple paginators with a single call
  • supports unlimited pages (doesn't create unnecessary divs)
  • custom callback function
  • multi-language ready
  • legacy browser support (IE7+, FF, Chrome)

Requirements

  • jQuery 1.7.2+

Usage

The function specified by the callback option will be called proceeding the animation with a single argument of "page" equal to the newly selected page

$('#pagination_top, #pagination_bottom').mkPaginate(
  {
    total_pages: 10, 
    callback: gotoPage
  }
);

Releases

No releases published

Packages

No packages published