We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Destroyed Asynchronous call to confirm (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
fix link
Add a link to remotipart (I'm not part of remotipart but found it usefull).
Updated Home (markdown)
event is prepended to everything, not just success
Correct ajax:success params
ajax:success param order was incorrect
Revert 605ab8b5d721f428addc60f8a0eb3aeaded3ea48...3d3ec3b02b8ed6fcd1379c59ef618a0d2e68b3e6 on ajax
Updated ajax (markdown)
Add description for `data-url` and `data-params`
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
Updated External articles (markdown)
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
typo
Created Asynchronous call to confirm (markdown)