How can I link Zend paginator with Jquery paginator plug-in ?
I don’t want to refresh the pagination links. Only content should change.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Which plugin are you talking about? There are dozens of jQuery paginator plugins out there.
Here’s basically all you’ll need in your controller:
And you’re jQuery paginator might look something like this:
I can’t really do a whole lot more for you since I’m not sure what plugin you’re working with.