CHAPTER 8

image

Ajax with jQuery

Traditionally, the Web has relied on a synchronous HTTP request response model. While this has been widely used and still is, it prevents machine-to-machine background communication. Each HTTP request means reloading an entire web page, in order to display new information. This also has led to a difference in behavior between the desktop and browser-based applications. A new technology by the name of Ajax was introduced that soon began to be widely used as the HTTP request/response transporter. In this chapter, we will discuss Ajax and its related technologies, such as JSON. We will also consider Ajax using jQuery. ...

Get Practical jQuery now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.