January 2014
Intermediate to advanced
1104 pages
24h 11m
English
Chapter 1
In This Chapter
Understanding AJAX
Using JavaScript to manage HTTP requests
Creating an XMLHttpRequest object
Building a synchronous AJAX request
Retrieving data from an AJAX request
Managing asynchronous AJAX requests
If you've been following web trends, you've no doubt heard of AJAX. This technology has generated a lot of interest. In this chapter, I show you what AJAX really is, how to use it, and how to use a particular AJAX library to supercharge your web pages.
The first thing is to figure out exactly what AJAX is and what it isn't. It isn't
Read now
Unlock full access