This document discusses asynchronous requests in jQuery. It introduces AJAX and its benefits, describes how to make basic AJAX calls with jQuery's $.ajax() method, outlines shortcuts like $.get() and $.post(), explains how to use global event handlers, and provides tips for AJAX application design considerations. The document also lists tools for AJAX development and provides examples of making AJAX calls with jQuery.