![]() |
Codeigniter jquery issue - 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: Codeigniter jquery issue (/showthread.php?tid=56474) |
Codeigniter jquery issue - El Forum - 12-21-2012 [eluser]behnampmdg3[/eluser] Hello; I am trying to reload a page in a div using jquery but it doesn't work! Code: $("#total").load("<?php echo base_url();?>reloads/booth_update_price", { 'data[]': ["document.form.booth_id.value", "<?php echo date('Y-m-d');?>"] } ); Here is the page where it says select your bottle service. Thank you Codeigniter jquery issue - El Forum - 12-25-2012 [eluser]vitoco[/eluser] I think that this will work Code: $("#total").load( |