Skip to content

mikemill/jQuery-Paginate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery Pagination

This is intended to be a simple jQuery based pagination.


How to Contribute

I welcome all code contributions. The ideal method is to use GitHub's practice of forking the repository and making a pull request.

  1. Fork the repository and clone it
  2. Commit your changes making sure to sign-off that you certify the changes are under the license of the project per the Developer Certificate of Origin
  3. Push your changes to your repository
  4. Create a pull request to the main repository. See Pull requests for more information.

Example usage:

$('#sometable tbody').paginate();

If using the tablesorter plugin add the following to update the rows when sorting
$("#sometable").on('sortEnd', function(){$('#sometable tbody').paginate('redraw');});

About

Simple jQuery Pagination

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published