Endless Page Scrolling with Rails 3 and jQuery
Learn how to implement endless page scrolling on your Rails 3 app with this detailed blog post. Includes an example application and code repository.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Learn how to implement endless page scrolling on your Rails 3 app with this detailed blog post. Includes an example application and code repository.
Comments
IMHO it should be unobtrusive and have a fallback to non javascript browsers, use will_paginate e.g. not a really consistent solution.
+1 for unobtrusive
Post a comment