Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ajax pagination like Twitter

Is there any plugin/gem or an easy way for accomplish a pagination functionality like Twitter?

This means, showing a "More" button that shows more posts (for example) below once it's clicked, using Ajax.

If there's any easy way for modifying something from will_paginate plugin, that would be useful too.

like image 936
Brian Roisentul Avatar asked Oct 12 '10 19:10

Brian Roisentul


1 Answers

I use this for easy pageless pagination. Seems to be a better solution w/o the more button.

http://github.com/jney/jquery.pageless

like image 134
crm11four Avatar answered Sep 25 '22 08:09

crm11four