![]() |
jquery mobile & codeigniter: go well? - 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: jquery mobile & codeigniter: go well? (/showthread.php?tid=49305) |
jquery mobile & codeigniter: go well? - El Forum - 02-14-2012 [eluser]mazzy[/eluser] I'm creating a project in jquery mobile using codeigniter but when I load in the head of my web pages jquery mobile script (taken from jquery mobile site) I receive a gray page write on Code: undefined jquery mobile & codeigniter: go well? - El Forum - 02-28-2012 [eluser]Unknown[/eluser] Maybe you are referencing invalids o duplicates id's into your forms. Check all the ids to try to find duplicates, will help config the show errors directive into php.ini file. check $_POST['key'] or $_GET$_POST['key'] for invalid keys . regards ... and excuse my bad english. jquery mobile & codeigniter: go well? - El Forum - 02-28-2012 [eluser]Aken[/eluser] They're two different technologies of a website that can coexist perfectly fine - they pretty much have nothing to do with each other. Check the way you are loading your Javascript files - that's typically the problem. |