Posted by sumit_drupal on February 7, 2012 at 10:13am
Hi , I want to implement ajax pagination.Actually i have content type story in which i want to fetch similar stories title from the database while entrying node title rendering with node title is fine but no luck with the pagination i dont want to reload the whole page.Please advise me on this.
Comments
Are you using views to create
Are you using views to create the list of titles?
http://goo.gl/icjPn
Used views
Thanks for the reply.No luck using views actually what i have to do is to fetching similar stories when i input title.I am using a ajax call using onkeyup event in which i am calling a custom module function which returns similar titles which will be display at the bottom of the story form.In this i want to use ajax pagination because i dont want to reload a page.
If i use views than the problem will occur at the time of filter because i want to render at the time of inputting node title so i want to filter my result using node title.
Any help would be appreciable.
How to build ajax paggination
Actually i have implement a module that is fetch csv data from database base and display in frontend i am successfull implement paggination But I want to convert Ajax .. PLease suggent me
Anil kumar rawat
solution for custom ajax paggination and sorting module
solution for custom ajax paggination and sorting module
full module for custom ajax paggination
www.rahulsingla.com/sites/default/files/content/blog/mymodule.zip
Anil kumar rawat