Remove deprecated event aliases #2286

Closed
markelog opened this Issue May 9, 2015 · 5 comments

Comments

Projects
None yet
6 participants
Member

markelog commented May 9, 2015

load, unload and error - deprecated since 1.8.

Ref http://bugs.jquery.com/ticket/11733

@markelog markelog added this to the 3.0.0 milestone May 9, 2015

markelog added a commit to markelog/jquery that referenced this issue May 9, 2015

Member

markelog commented May 9, 2015

If we decide to do this, we also need a migrate and docs tickets

Owner

dmethvin commented May 10, 2015

jquery/jquery-migrate#94 takes care of the Migrate part.

markelog added a commit that referenced this issue May 19, 2015

Event: remove deprecated event aliases
(Cherry-picked from 0705be4)
Fixes gh-2286
Closes gh-2287
Ref trac-11733

@markelog markelog closed this in 0705be4 May 19, 2015

This was referenced Nov 16, 2015

@sqrthree sqrthree referenced this issue in sqrthree/sqrthree.github.io Feb 20, 2016

Open

[译] jQuery 3.0 以及兼容版的 Alpha 版本发布 #3

zowers commented May 21, 2016

upgrade guide says

If you need to attach errors by these names, use the .on() method

should be

If you need to attach events by these names, use the .on() method

Member

mgol commented May 21, 2016

@zowers Thanks for the report, fixed!

If you find more mistakes, please report them at https://github.com/jquery/jquery.com/issues, this issue tracker is for the jQuery library.

The upgrade guide itself is written in Markdown in https://github.com/jquery/jquery.com/blob/master/pages/upgrade-guide/3.0.md.

Now that I use function that allows do the same job?

@TheDruidsKeeper TheDruidsKeeper referenced this issue in ServiceStack/ServiceStack Aug 30, 2016

Merged

jQuery 3.x Compatibility #1054

mythz added a commit to ServiceStack/ServiceStack that referenced this issue Aug 30, 2016

jQuery 3.x Compatibility (#1054)
Changed $(window).unload() to $(window).on("unload", ) for compatibility with jQuery 3.x (they've removed methods deprecated since 1.8): jquery/jquery#2286

riverma added a commit to riverma/learn.jquery.com that referenced this issue Sep 7, 2016

Update document-ready.md
$( window ).load(function () {}) deprecated since v1.8. Should use $( window ).on("load", function () {})
jquery/jquery#2286

@riverma riverma referenced this issue in jquery/learn.jquery.com Sep 7, 2016

Open

Update document-ready.md #726

jdmeer added a commit to jdmeer/jquery.mosaicflow that referenced this issue Jan 5, 2017

sapegin added a commit to sapegin/jquery.mosaicflow that referenced this issue Jan 6, 2017

@WPprodigy WPprodigy referenced this issue in woocommerce/woocommerce Dec 8, 2017

Closed

$( this ).load(); #18005

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment