Page 1 of 1
Re: Want to Learn AJAX. Plz send if you have any useful links.
Posted: Fri Mar 26, 2010 7:31 am
by requinix
Re: Want to Learn AJAX. Plz send if you have any useful links.
Posted: Sat Mar 27, 2010 2:28 am
by cpetercarter
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.
Re: Want to Learn AJAX. Plz send if you have any useful links.
Posted: Sat Mar 27, 2010 2:32 am
by DaiLaughing
If you know Javascript and PHP then you already know AJAX apart from two things:
http://www.yourwebskills.com/ajaxintro.html
Re: Want to Learn AJAX. Plz send if you have any useful links.
Posted: Sat Mar 27, 2010 8:45 am
by cpetercarter
jquery is a JavaScript library which makes a whole load of things, including AJAX, a lot simpler than in "raw" JavaScript.