jquery / api.jquery.com

API documentation for jQuery Core
https://api.jquery.com
Other
318 stars 266 forks source link

deferred.then() documentation is not updated #1110

Open maria-dimitrova opened 6 years ago

maria-dimitrova commented 6 years ago

The example 'Filter reject value:' in api.jquery.com is not updated to the last jQuery version. It will be good example to show several chained 'then' methods.

When the first 'then' is rejected, it should return new rejected promise to execute the second failCallback of the 'then'.

sunilkumarvalmiki commented 5 years ago

@maria-dimitrova can i take the issue ?

AurelioDeRosa commented 5 years ago

@sunilkumarvalmiki PR are very welcome

maria-dimitrova commented 5 years ago

Yes, sorry for the late answer