Summary
We have learned that the Ajax methods provided by jQuery can help us to load data in several different formats from the server without a page refresh. We can execute scripts from the server on demand and send data back to the server.
We've also learned how to deal with common challenges of asynchronous loading techniques, such as keeping handlers bound after a load has occurred and loading data from a third-party server.
This concludes our tour of the basic components of the jQuery library. Next, we'll look at how these features can be expanded upon easily using jQuery plugins.
Further reading
The topic of Ajax will be explored in more detail in Chapter 13, Advanced Ajax. A complete list of Ajax methods is available in Appendix C, Quick Reference, of this book or in the official jQuery documentation at http://api.jquery.com/.