Opened 10 years ago
Closed 10 years ago
#14075 closed bug (notabug)
jQuery v2+ ajax api uses deprecated success/error/complete
Reported by: | rhysbrettbowen | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 2.0.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
From the documentation:
Deprecation Notice: The jqXHR.success(), jqXHR.error(), and jqXHR.complete() callbacks are deprecated as of jQuery 1.8. To prepare your code for their eventual removal, use jqXHR.done(), jqXHR.fail(), and jqXHR.always() instead.
Note: See
TracTickets for help on using
tickets.
Deprecated does not necessarily mean removed, just that it is advisable not to use it and that it could be removed in the future. We may not ever be able to remove those methods as they may be too widely used.