| Function | Description | |
|---|---|---|
| ajax | Performs an asynchronous HTTP (Ajax) request. | |
| ajaxSetup | Sets default values for future Ajax requests. | |
| Event | Creates a new dynamic Event. | |
| getJSON | Loads JSON-encoded data from the server using a GET HTTP request. | |
| jQueryGet | Loads data from the server using a HTTP GET request. | |
| parseJSON | Takes a well-formed JSON string and returns the resulting object. | |
| post | Loads data from the server using a HTTP POST request. |