![]() |
CI calendar + ajax - 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: CI calendar + ajax (/showthread.php?tid=14820) |
CI calendar + ajax - El Forum - 01-16-2009 [eluser]Mitja B.[/eluser] http://ajax.fencecompany.net/calendar i want to use this calendar but i have problem. This is my code: controler Code: function dodajPromocijo() and view: Code: <link rel="stylesheet" type="text/css" href="<?=base_url()?>css/calendar_pi.css" /> JS calendar does not work, when i click on date nothing happens. No date is written. Problem is with <input type="text" name="entry_date" value=""> What i am doing worng? Can i change the translation on JS calendar. January 2009 to Januar 2009 and if yes how? Thx CI calendar + ajax - El Forum - 01-16-2009 [eluser]Mitja B.[/eluser] i check for JS error and i get insert_date is not defined CI calendar + ajax - El Forum - 01-16-2009 [eluser]meigwilym[/eluser] Check that the actual javascript source code is included in the page. The example does not show where the js is linked to (usually in the document <head> ![]() Download Firebug extension for Firefox to aid you. Mei |