Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Replace deprecated functions ($.fn.load, $.fn.error, jqXHR.success & jqXHR.error) #3814

Merged
merged 2 commits into from
May 28, 2013
Merged

Replace deprecated functions ($.fn.load, $.fn.error, jqXHR.success & jqXHR.error) #3814

merged 2 commits into from
May 28, 2013

Conversation

TuckerWhitehouse
Copy link
Contributor

As of jQuery 1.8, $.fn.load & $.fn.error have been deprecated, and cause an issue with the jQuery 2.0.0 upgrade. (http://api.jquery.com/error/)

Additionally, the jqXHR.success & jqXHR.error were deprecated in favor of the deferred .done & .fail. (http://api.jquery.com/jQuery.ajax/)

@dangoor
Copy link
Contributor

dangoor commented May 28, 2013

Looks good. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants