wesnolte / Pajinate

A jQuery Pagination Plugin
http://th3silverlining.com/2010/04/15/pajination-a-jquery-pagination-plugin/
MIT License
207 stars 97 forks source link

Added an optional callback thats activated when the page is changed. #26

Closed Rodeoclash closed 11 years ago

Rodeoclash commented 12 years ago

I've added a callback (onPageDisplay) which is activated when the page is changed. It is passed the current page number the user is on.

Rodeoclash commented 12 years ago

Was getting inconsistent results with the pageNumber attribute. I'm explicitly casting it as an int.

panozzaj commented 11 years ago

Hmm, after reading the init section more carefully, it calls gotopage() toward the end, so it should work out well as-is.