$container.nosAjax(options)¶Performs an asynchronous HTTP (AJAX) request. This is a wrapper of jQuery.ajax().
| Arguments: |
|
|---|
$(domContext).nosAjax({
dataType: 'json', // datatype is default 'json'.
type: 'POST', // The request is made in POST by default.
data: {}
});
$container.nosAjaxSuccess(options)¶Process JSON of a succeeded AJAX request.
| Arguments: |
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
$container.nosAjaxError(jqXHR, textStatus)¶Process a failed AJAX request.
| Arguments: |
|
|---|