Namespace Ajax
Version
2.0.
Diese Klasse bietet das Handling von allgemeinen AJAX-Events.
Defined in: yourbash_source..js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
Ajax.AjaxLoader
Speichert den Container mit dem AjaxLoader.
|
| Method Attributes | Method Name and Description |
|---|---|
| <static> |
Ajax.error(e, jqxhr, settings, exception)
Wird aufgerufen, wenn ein Ajax-Fehler auftritt.
|
| <static> |
Ajax.start()
Wird aufgerufen, wenn das erste Ajax-Event beginnt.
|
| <static> |
Ajax.stop()
Wird aufgerufen, wenn alle Ajax-Events beendet sind.
|
Field Detail
<static>
Ajax.AjaxLoader
Speichert den Container mit dem AjaxLoader.
Method Detail
<static>
Ajax.error(e, jqxhr, settings, exception)
Wird aufgerufen, wenn ein Ajax-Fehler auftritt.
- Parameters:
- e
- jqxhr
- settings
- exception
<static>
Ajax.start()
Wird aufgerufen, wenn das erste Ajax-Event beginnt.
<static>
Ajax.stop()
Wird aufgerufen, wenn alle Ajax-Events beendet sind.