Skip to main content

Bug Tracker

Side navigation

#14075 closed bug (notabug)

Opened June 26, 2013 09:06PM UTC

Closed June 27, 2013 02:28AM UTC

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.

Attachments (0)
Change History (1)

Changed June 27, 2013 02:28AM UTC by timmywil comment:1

resolution: → notabug
status: newclosed

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.