Friday, October 12, 2012

JQuery Quickpager

Seen paging on websites? Well some people use ajax to load pages when you hit next, or a certain page. Some simply load them all first, and show-hide individual pages when you click on page links with client-side tricks.

Some will only load a subset base on page number as parameter. I did this years ago!

Here is a jquery library that can do this somewhat effortlessly. The approach is load them all and hide-show with styles.

Each item is a <li> http://geckohub.com/jquery/simplepager/

No comments: