learn.jquery.com icon indicating copy to clipboard operation
learn.jquery.com copied to clipboard

Update document-ready.md

Open riverma opened this issue 8 years ago • 3 comments

$( window ).load(function () {}) deprecated since v1.8. Should use $( window ).on("load", function () {}) https://github.com/jquery/jquery/issues/2286

riverma avatar Sep 07 '16 18:09 riverma

Thank you for your pull request. It looks like this may be your first contribution to a jQuery Foundation project, if so we need you to sign our Contributor License Agreement (CLA).

:memo: Please visit http://contribute.jquery.org/CLA/ to sign.

After you signed, the PR is checked again automatically after a minute. If there's still an issue, please reply here to let us know.


If you've already signed our CLA, it's possible your git author information doesn't match your CLA signature (both your name and email have to match), for more information, check the status of your CLA check.

jquerybot avatar Sep 07 '16 18:09 jquerybot

Can you sign the CLA and also add a space before and after the "load" string to conform to our code style guide?

AurelioDeRosa avatar Sep 11 '16 22:09 AurelioDeRosa

Hi @riverma. Can you sign our CLA?

AurelioDeRosa avatar Dec 20 '16 16:12 AurelioDeRosa