June 2013
Beginner
482 pages
11h 16m
English
After completing this chapter, you will be able to
Create an AJAX Request.
Retrieve data from the server using AJAX.
Use jQuery’s AJAX function to retrieve data from the server.
The XMLHttpRequest object is central to building an Asynchronous JavaScript and XML (AJAX) application. Although implementations of JavaScript differ, the ECMAScript and the World Wide Web Consortium (W3C) have standardized many aspects of it. Even with differences between browsers, since the release of Windows Internet Explorer 7, you use the XMLHttpRequest object in the same way across all major browsers.
Microsoft first implemented the XMLHttpRequest object in Microsoft Internet Explorer 5.0. If a visitor is using a browser ...
Read now
Unlock full access