The jQuery load() method is a simple, but powerful AJAX method. The load() method loads data from a server and puts the returned data into the selected element. Syntax: $(selector).load(URL,data,callback); ... The optional data parameter specifies a set of querystring key/value pairs to send along with the request.