This document provides code snippets for making AJAX requests in jQuery. It shows how to make POST requests using $.ajax and how to submit a form asynchronously using $.ajaxSubmit. Notes are included on parsing the JSON response, adding parameters to callbacks, and requirements for the form tag when using $.ajaxSubmit.