2

I want to make my project's feed_item go endless, I am using kaminari in Rails, can anyone suggest a good way to implement infinite/endless scroll rather than this: https://github.com/amatsuda/kaminari/wiki/How-To:-Create-Infinite-Scrolling-with-jQuery ? The referred resource seem staled, at least not working with me. Please help.

4

2 回答 2

2

Check this RailsCast episode:

http://railscasts.com/episodes/114-endless-page

于 2011-11-07T02:23:15.880 回答
1

I am about to try this one: https://github.com/jney/jquery.pageless

于 2011-11-07T02:17:58.460 回答