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 "no_more" state to next/previous links #2

Closed thisgeek closed 13 years ago

thisgeek commented 13 years ago

I added a function that will add a no_more class the next_link or previous_link when the given link has no more pages that are 'next' or 'previous' to the active one. The function is called upon initialization and each time goto runs. This allows developers to easily style those links when clicking on them will not change the active page.

wesnolte commented 13 years ago

Love it. Been requested for a while now.