One of jQuery's great strengths is how it simplifies working with AJAX. jQuery provides high-level wrapper functions for retrieving data, working with different data types, handling errors, and monitoring the AJAX request process.
ajax()
: used to perform generic AJAX requestsload()
: loads AJAX content directly into a page element