Ajax Pagination

Hi Everybody,

I want to implement pagination with ajax.

I followed this url: http://wiki.github.com/mislav/will_paginate/ajax-pagination

I am getting the page results.

But when i click on the next or 2,3… i am just getting the spinner but not the record.

Please give me a good example for pagination using ajax.

Please…

Thanks in advance.

Developer.

http://squaremasher.blogspot.com/2008/02/willpaginate-remotely.html

Sandip

Hi Everybody,

I want to implement pagination with ajax.

I followed this url: http://wiki.github.com/mislav/will_paginate/ajax-pagination

I am getting the page results.

But when i click on the next or 2,3… i am just getting the spinner but not the record.

Please give me a good example for pagination using ajax.

Please…

Thanks in advance.

Developer.

You can take a look at the following:

http://railscasts.com/episodes/174-pagination-with-ajax

Good luck,

-Conrad