Can someone help me with a simple AJAX pagination in Codeigniter using JQuery? With the paginated list queryed from the database. I searched the web but all the exemples are ver
just use codeigniter pagination simple and use following code for pagination through jquery:
Here pagination div id is the id of pagination container and containerid is simple the container id where you showing the result.