October 2013
Intermediate to advanced
1044 pages
24h 36m
English
CHAPTER 15
![]()
Using Ajax: Part II
In this chapter, I show you how to use the low-level jQuery Ajax API (application programming interface). The term low level implies rooting around in the guts of the request, but that really isn’t the case. The methods I describe in this chapter are not as convenient as those in Chapter 14, but with a little more effort you can configure the fine detail of the request when the configuration used by the shorthand and convenience methods doesn’t quite do the job. Table 15-1 provides the summary for this chapter.
Table 15-1. Chapter Summary
| Problem | Solution | Listing |
|---|---|---|
| Make an Ajax call with the low-level API ... |