paging usign ajax

Hello guys

Any one known how to do paging using ajax my project fully using ajax.

This may help - #174 Pagination with AJAX - RailsCasts

Andrew Timberlake http://ramblingsonrails.com

http://MyMvelope.com - The SIMPLE way to manage your savings

thanks for ur suggestion but i have done this but this is not work proper with ajax i am using link_to_remote so that when i will click on next page page will refresh so that i will not go next page

Why does that matter? You can still use link_to_remote with this.

Kind regards, Jaap Haagmans

there’s several method to do ajax pagination, you can use the newest will_paginate, as far as i know it does support ajax pagination. http://wiki.github.com/mislav/will_paginate/ajax-pagination

or you can try this method: errtheblog.com/posts/56-im-paginating-again i’ve tried both of it and it works for me.

thanks.