Simple Jquery Ajax with Codeigniter (Video tutorial)



I found this screencast while i was searching to learn Jquery and Ajax integration. It help me a lot to understand basic and was able to implement in my project.

You can view the screencast in below URL

Author have broken it down to 4 parts. This first one explains on how easy Jquery can be to setup and some tools you mind find usefull.
Following on from part one in this screencast author show about Ajax functions $.get.
We will take a look at how to perfom a $.get request and how to handle the callback.
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.
We have looked at the $.post & $.get request so far and have passed some simple data between them.In this the last part of this series we will take a look at the $.ajax  request. The $.ajax request is very powerfull and far to much to talk about in this one screencast so I would strongly suggest you take a look at the JQuery Documentation.

Hope you will find it useful as well.


Source: http://www.weblee.co.uk/
Author: Lee Smith

Comments

Popular Posts