Want to Learn AJAX. Plz send if you have any useful links.
Moderator: General Moderators
-
cpetercarter
- Forum Contributor
- Posts: 474
- Joined: Sat Jul 25, 2009 2:00 am
Re: Want to Learn AJAX. Plz send if you have any useful links.
This is not a link, but a tip.
AJAX is a lot easier if you use jquery, because jquery deals with the tiresome business of browser differences for you, and gives you some relatively easy tools for constructing AJAX calls and placing the result on the web page.
AJAX is a lot easier if you use jquery, because jquery deals with the tiresome business of browser differences for you, and gives you some relatively easy tools for constructing AJAX calls and placing the result on the web page.
-
DaiLaughing
- Forum Commoner
- Posts: 76
- Joined: Thu Jul 16, 2009 8:03 am
Re: Want to Learn AJAX. Plz send if you have any useful links.
If you know Javascript and PHP then you already know AJAX apart from two things:
http://www.yourwebskills.com/ajaxintro.html
http://www.yourwebskills.com/ajaxintro.html
-
cpetercarter
- Forum Contributor
- Posts: 474
- Joined: Sat Jul 25, 2009 2:00 am
Re: Want to Learn AJAX. Plz send if you have any useful links.
jquery is a JavaScript library which makes a whole load of things, including AJAX, a lot simpler than in "raw" JavaScript.
Code: Select all
List of jquery tutorials