We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated ajax (markdown)
Revert d35b769a18ccf4652d47a089fd5e21678fa03532...68381b6bfd12b26eddb87af70ec9b9ab8f758b09 on ajax
Fix please
Fix order of parameters for ajax:success event, to match code
Callback parameters seem to be in the wrong order
Clarify how to actually stop stoppable events
event is prepended to everything, not just success
Correct ajax:success params
ajax:success param order was incorrect
Revert 605ab8b5d721f428addc60f8a0eb3aeaded3ea48...3d3ec3b02b8ed6fcd1379c59ef618a0d2e68b3e6 on ajax
As noted in the "Important" section, the 1st "event" param is not listed
missing event parameter in example.
`ajax:beforeSend` actually takes three arguments: `event, xhr, settings`
Corrected order of ajax:success extra parameters
fixed order of params for success
Wrong parameters on example usage
Added `ajax:send` event to list. Updated `ajax:success` link with permalink, so highlighted line number is accurate.
The event is not an extra parameter; it comes first in each of these cases.
ajax:success callback has event argument
Sets ajax:success parameter order to [data, status, xhr] to match source code, adds reference link
paramter is wrong
...My test was bad. I'm sorry everyone. Returned to the previous correct listing.
Just changed ajax extra prams, but typoed. Success and error should be correct on jQuery 1.8.3
The order of the ajax:success extra params was either incorrect or has changed. This is as tested on jQuery 1.8.3.
fix ordering of AJAX event params
The arguments were in the wrong order.