Rails_ROR
(Rails ROR)
1
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.
Sandip
(Sandip)
2
Con
(Con)
3
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