Facebook and Twitter Style Pagination with jQuery
As your website grows, it is no longer practical to display all the data at once on the same page. Moreover, the end user will probably be interested with only part of the content. Also, loading all the content at once might increase the server load or simply a waste of bandwidth. Youhack is sharing tutorial how to create similar stuff to twitter and Facebook pagination with jQuery.
It’s explain the coding for the Facebook syle only . The codes are basically the same for both, only the css style is changed in the twitter style . The result is awesome facebook and twitter alike pagination. Demo page and source code is available both for twitter and facebook version pagination.
Requirements: jQuery framework
Twitter Demo: http://youhack.me/demo/pagination%20alternative/twitter..
Facebook Demo: http://youhack.me/demo/pagination%20alternative/facebook..