![]() |
Pagination with AJAX problem - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Pagination with AJAX problem (/showthread.php?tid=60471) |
Pagination with AJAX problem - El Forum - 04-03-2014 [eluser]Katsune[/eluser] Hey guys, I've been browsing the web for a while now and testing some tutorials for pagination with ajax. I'm using the default pagination procedure from the documentation, just pure CI style. Now, my problem is that most tutorial I see have different implementation of this. Can anyone give me a little help on how to make it work? Here's my code block without any ajax code yet but is functional as a pagination: https://gist.github.com/Katsune/9961473 The Akismet filter is flagging me as an spammer whenever I post my codeblock here. Thanks, Pagination with AJAX problem - El Forum - 04-04-2014 [eluser]InsiteFX[/eluser] Download my jQuery pagination here: Fx_pagination.zip Controller: Code: public function index($offset = '') View: .application/views/manage_view.php Code: <div class="panel panel-default manage"> Pagination with AJAX problem - El Forum - 04-04-2014 [eluser]Katsune[/eluser] Thank you very much insiteFX, you make my weekend morning as good as it can be. I'll digest your code block and get back here as soon as possible. |