.load(url ,data, $)

Description: Load data from the server and place the returned HTML into the matched element. Go on with invocation on success.

url – string
A string containing the URL to which the request is sent.
data – mixed
A map or string that is sent to the server with the request.
$ – the jQuery token
Indicates to go on with invocation chain on success.

Note: The event handling suite also has a method named .load(). jQuery determines which method to fire based on the set of arguments passed to it.