In this final chapter, we have taken an in-depth look at jQuery's Ajax framework. We can now craft a seamless user experience on a single page, fetching external resources when needed with proper attention to error handling, caching, and throttling. We explored details of the inner operations of the Ajax framework, including promises, transports, prefilters, and converters. You also learned how to extend these mechanisms to serve the needs of our scripts.
Summary
Further reading
A complete list of Ajax methods is available in Appendix B, Quick Reference, of this book or in the official jQuery documentation at http://api.jquery.com/.