![]() |
Cannot get jqTouch working with CodeIgniter - 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: Cannot get jqTouch working with CodeIgniter (/showthread.php?tid=46014) |
Cannot get jqTouch working with CodeIgniter - El Forum - 10-14-2011 [eluser]Unknown[/eluser] Hi, I'm new to this forum, so I'm not sure if I'm posting in the right place... But anyway, I have previously used jqTouch to make web apps in Asp.Net MVC which have worked fine. I recently started using CodeIgniter, and now I want to be able to make web apps with CodeIgniter too. So I made a simple app to test it, and I can get the first page up fine. But when I click on a link/button, it just freezes (makes the button green like the default active styling in jqt theme, but nothing else happens). Why is that, and how can I get it working? Here's some simplified sample code: view page: Code: <!DOCTYPE html> Controller: Code: public function index() So when opening http://localhost/app I get the first page, but then when clicking the link button it freezes. BTW, I am using .htaccess mod_rewrite to get rid of the index.php part of urls, if that matters somehow in this. I don't think so though, because it doesn't seem to matter if I remove it... Any help would be greatly appreciated, this is driving me nuts... |