Dave Methvin

Results 206 comments of Dave Methvin

Note that the [jQXHR section already says](https://api.jquery.com/jQuery.ajax/#jqXHR): "The jqXHR objects returned by $.ajax() as of jQuery 1.5 implement the Promise interface, giving them all the properties, methods, and behavior of...

Yep, the example should include jQuery version 3.0 or higher. Thanks!

I agree that the ajax docs are long, due to the complexity of the API. How would you suggest editing the page? Can you provide a pull request?

This ticket seems to be a magnet for people providing guidance-free support for .... something. Can one of you offer a pull request or post here a specific set of...

Great, then from my reply to the opening post, if you have ideas then please do file a pull request. There are 45 people watching this repo, including me, and...

I'm still not sure what you're asking for. The current docs say > jqXHR.done(function( data, textStatus, jqXHR ) {}); Those are the same arguments in the same order as the...

The docs already say how it works: > When the Deferred is resolved, doneCallbacks are executed using the arguments provided to the resolve or resolveWith method call in the order...

@dimkanewtown That is already documented, see the note on the page: http://api.jquery.com/deferred.always/

The docs for `jQuery.when` have examples to show what happens. For that case you have two arrays, one for each Deferred, that have the ajax results.

I didn't realize the name changed last year. The latest spec is here? https://w3c.github.io/editing/input-events.html#interface-InputEvent I thought maybe it would pass data with contenteditable but that doesn't seem to be the...