The document discusses using jQuery for Ajax support. It introduces the $.ajax function for making Ajax requests with jQuery and describes some of its basic syntax and options. Examples are provided to demonstrate using $.ajax to make an Ajax request and update a web page by retrieving data from a JSP page.