We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue by TuckerWhitehouse Tuesday May 14, 2013 at 00:16 GMT Originally opened as adobe/brackets#3814
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/)
$.fn.load
$.fn.error
Additionally, the jqXHR.success & jqXHR.error were deprecated in favor of the deferred .done & .fail. (http://api.jquery.com/jQuery.ajax/)
jqXHR.success
jqXHR.error
.done
.fail
TuckerWhitehouse included the following code: https://github.com/adobe/brackets/pull/3814/commits
The text was updated successfully, but these errors were encountered:
Comment by dangoor Tuesday May 28, 2013 at 19:37 GMT
Looks good. Thanks!
Sorry, something went wrong.
No branches or pull requests
Tuesday May 14, 2013 at 00:16 GMT
Originally opened as adobe/brackets#3814
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/)TuckerWhitehouse included the following code: https://github.com/adobe/brackets/pull/3814/commits
The text was updated successfully, but these errors were encountered: