Ajax methods
We can retrieve information from the server without requiring a page refresh by calling one of the following Ajax methods. Ajax methods are discussed in detail in Chapter 6.
Issuing requests
Ajax Method |
Description |
---|---|
|
Make an Ajax request using the provided set of options; this is a low-level method that is usually called through other convenience methods |
|
Make an Ajax request to |
|
Make an Ajax request to |
|
Make an Ajax request to |
|
Make an Ajax request to |
|
Make an Ajax request to |
Request monitoring
Ajax Method |
Description |
---|---|
|
Bind |
|
Bind |
|
Bind |
|
Bind |
|
Bind |
|
Bind |
Configuration
Ajax Method |
Description |
---|---|
|
Set default options for all subsequent Ajax transactions |
|
Modify the options on each Ajax request before it is processed by |
|
Define a new transport mechanism for Ajax transactions |
Utilities
Ajax Method |
Description |
---|---|
|
Encode the values of a set of form controls into a query string |
|
Encode the values of a set of form controls into a JavaScript data structure |
|
Encode an arbitrary map of values into a query string |
|
Evaluate the given JavaScript string in the global context |
|
Convert the given JSON string into a JavaScript object |
|
Convert the given XML string into an XML document |