We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The proper ordering should be (event, xhr, error) and not (xhr, status, error). See example below. http://cl.ly/image/2W3K2y0H0l2j
Revert a731abaf4efaf1fd57433bc24ec4d437dff089ba^ ... a731abaf4efaf1fd57433bc24ec4d437dff089ba
right params order for ajax:success
Updated ajax (markdown)
The order of the parameters in the ajax:success callback was wrong.
Fixed misordered ajax:success paramaters
Revert ef9c054eac369e70463261fba1151eb72ca81203^ ... ef9c054eac369e70463261fba1151eb72ca81203
Destroyed Custom events fired during "data-remote" requests (markdown)
Revert a9380f73a859491a073f6a76de66edb1e8d6f250^ ... a9380f73a859491a073f6a76de66edb1e8d6f250
live is deprecated updating example to use on, see http://api.jquery.com/live/
Revert be611068886ec15fd3e402eb3451c68e96e3caf9 ... e8b940b346e2942fb4df00a618ca9971a975738e
Revert 4c6754f87fc349f8c8f31d18dbc7fd77b3d70435^ ... 4c6754f87fc349f8c8f31d18dbc7fd77b3d70435
Updated Custom events fired during "data-remote" requests (markdown)
Revert f084cbb9ea2dff966c2ca7adb6799712949dde81 ... 26fcbb827424d035a06c8d66b8db5773bdc55e43
Corrected the ordering of parameters passed to the function bound to the ajax:success event.
Revert 4b0ee3ec220930d3ea4e024a3a99e29c1bee8154^ ... 4b0ee3ec220930d3ea4e024a3a99e29c1bee8154 on Custom events fired during "data-remote" requests
I think this is backwards in the docs
Revert
Added warning about Opera and its handling of ajax errors.
Added ajax:aborted events. Made stopping behavior clearer.
adding documentation regarding ajax:before
Transposed parameters shown for ajax:error and ajax:complete, now correct. Updated Custom events fired during "data-remote" requests (markdown)