![]() |
Ajax base Form validation? - 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: Ajax base Form validation? (/showthread.php?tid=37614) Pages:
1
2
|
Ajax base Form validation? - El Forum - 03-11-2011 [eluser]InsiteFX[/eluser] As you can see it removes when it sees script not hte <> tags. Code: <$cript type="text/javascript" src="<?=base_url()?>assets/js/site.js"></$cript> InsiteFX Ajax base Form validation? - El Forum - 04-10-2011 [eluser]Unknown[/eluser] I'm trying to get my form working with Ajax. The code of my Jquery looks like this Code: $(document).ready(function() { Code: function send($titel = "") Unable to locate the file: includes/template.php Does someone know what this mean? Ajax base Form validation? - El Forum - 04-10-2011 [eluser]InsiteFX[/eluser] If you are running CI 2.0+ and using jQuery post, then read this article by Eric Barnes! CodeIgniter CSRF Protection With Ajax InsiteFX |