New Pagination Plugin - SimplePager
I recently had the need for jQuery pagination functionality.
Unfortunately, I could not find any pagination plugins that conformed
to the UI theme... so I wrote my own.
Its design is simple, just the necessary buttons
(first,previous,next,last), and an input field to display the current
page. The input field can be used to change the current page as well.
Plugin repo page:
http://plugins.jquery.com/project/ThemeReadySimplePager
Project Page:
http://code.google.com/p/jquery-simplepager
Documentation/Examples:
http://ianty.com/simplePager
I would love for this to make it into the official UI, being that it
the supports the themes and uses the widget boilerplate.
Any thoughts/feedback is greatly appreciated!
--