![]() |
Pagination Links doesnt work with Jquery's 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 Links doesnt work with Jquery's AJAX problem. (/showthread.php?tid=60647) |
Pagination Links doesnt work with Jquery's AJAX problem. - El Forum - 05-19-2014 [eluser]Katsune[/eluser] Hey guys, I'm currently working on a ajax pagination using the default pagination class, so far the page moves, my only problem is that the link doesnt change the <strong> tag to the selected link, also I cant click the first link, but I can click the rest of the links, here's my code: Controller: Code: public function recordsFromJSCall(){ Code: $(document).on('click','#paginationID',function(){ Maybe someone here had the same problem before? Thanks, Pagination Links doesnt work with Jquery's AJAX problem. - El Forum - 05-20-2014 [eluser]InsiteFX[/eluser] For one you need a / on the end of both of your url links. If you can not get it to work get hold of me on Skype, I have jQuery modified CI pagination class for it that works. |