Welcome Guest, Not a member yet? Register   Sign In
How to paginate with ajax jquery in codeigniter?
#2

I would start with the docs for pagination. http://www.codeigniter.com/user_guide/li...ation.html

Adding in Ajax would mean recalling the page contents using your pagination system to deliver the new content via an ajax call in js.

Using Jquery would mean writing your ajax call using jquery JS library.

What you are asking is quite complicated and would take an age to answer. Start with non-ajax delivery of pagination links via CI library and once that is working you can then use JS to put it into an ajax call.

Best wishes,

Paul.
Reply


Messages In This Thread
RE: How to paginate with ajax jquery in codeigniter? - by PaulD - 09-21-2015, 10:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB