→ Ajax will_paginate, jq-style
Tuesday, December 25, 2007

Matt Aimonetti has a Prototype-based Ajax Pagination in less than 5 minutes article showing how to unobtrusively Ajaxify will_paginate. Cool, but I don’t use RJS or Prototype anymore. I use jQuery.

Using jQuery, we too can easily rock some gracefully degrading Ajax pagination.

First step: ensure you’ve made your app jQuery Rails friendly. This’ll get our respond_to.js hooked up.