![]() |
how to put javascript calendar on CI ?? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: how to put javascript calendar on CI ?? (/showthread.php?tid=17722) |
how to put javascript calendar on CI ?? - El Forum - 04-13-2009 [eluser]yudahebat[/eluser] I have a function on controller like this Code: function Adminpage() and the view form Code: <? $attributes = array('class' => 'cssform', 'id' => 'myform', 'name' => 'myform'); I put my javascript file on root /js/datetimepicker.js my Problem is, the javascript calendar didn't appear when I click the image off calendar that I link to the javascript file how to fix it???? how to put javascript calendar on CI ?? - El Forum - 04-13-2009 [eluser]Thorpe Obazee[/eluser] I honestly don't get what you are asking. It might just be me but you need to layout your problem better. how to put javascript calendar on CI ?? - El Forum - 04-14-2009 [eluser]yudahebat[/eluser] where is my javascript code??? why it disappear??? i've already put it on controller that I upload.. |