Simple Jquery Ajax with Codeigniter Part 3
Posted on : 08-06-2009 | In : Codeigniter, Jquery, Screencasts
4
So now we have looked at the $.get request we now are going to look at the $.post request.
In this screencast we can see how we can submit form data through this request.
Screencast Time: 14:04
All download files will be displayed on the last post.


















thank you so much for these screencasts! I was struggling to learn jquery ajax within CI for over a week and after watching you code, make mistakes, fix etc. I was able to grasp this fully. Thank you so very much.
Great efforts and podcast! Thanks.
i have a question:
i’m trying the post exercice, usung jquery and CI form_validation: how come i got my home page as response to the post.? i must miss something…
when i use the eve.preventDefault() it seems to stop the CI prossessing the form_validation->run()
You can still use form_validation() but it will have to be from the Ajax request.