After a recent railscast I'm using the kaminari gem in my website and I want to do ajax pagination
The kaminari docs say: the helper supports Rails 3 unobtrusive Ajax.
Does anyone have any hints or tutorials on how to do this? I'm using jquery, rails 3 etc. I guess I need something in my application.js file that listens to the buttons in the pagination nav
If anyone needs code I will post it