![]() |
Jquery popup forms - 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: Jquery popup forms (/showthread.php?tid=40816) |
Jquery popup forms - El Forum - 04-19-2011 [eluser]debow[/eluser] Does anyone know of a good location with demo's/examples for jquery popup forms and codeigniter. I've found them but they arent intergrated with codeigniter. Thanks Jquery popup forms - El Forum - 04-20-2011 [eluser]danmontgomery[/eluser] The two have very little to do with each other... You submit the form to controller/method in the exact same way you would if it were a normal form. Having specific issues? Jquery popup forms - El Forum - 04-20-2011 [eluser]debow[/eluser] Yeah, I was having all kinds of issue but think I've got past them. The big thing was I'm using menuMatic for my navigation menu and tried using a simplemodel popup login form. They didn't like each other. I was able to get past it with jquery.noConflict() in my js files. Thanks |