![]() |
jQuery pagination!. please help me? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: jQuery pagination!. please help me? (/showthread.php?tid=44452) |
jQuery pagination!. please help me? - El Forum - 08-15-2011 [eluser]SaSa[/eluser] Why not change pagination after click (pagination page change but it no)? I mean is here in my example (this not change after click): http://i.stack.imgur.com/zM3Ej.gif EXAMPLE: My code Js code: Code: $('.pagination a').live('click', function(e) { Controller: Code: function show($offset = 0) view: Code: <div class="table_show"> jQuery pagination!. please help me? - El Forum - 08-15-2011 [eluser]jvicab[/eluser] try using post instead of get. CI unsets get array by default jQuery pagination!. please help me? - El Forum - 08-15-2011 [eluser]SaSa[/eluser] [quote author="jvicab" date="1313436568"]try using post instead of get. CI unsets get array by default[/quote] Thank you for the answer, what is your purpose of get? Is possible tell me an example if my code? |