Attach a function to be executed whenever all AJAX requests have ended. This is an Ajax Event.
Arguments:
| callback | Function | |
|---|---|---|
The function to execute.
function () {
this; // dom element listening
}
| ||