learn.jquery.com
learn.jquery.com copied to clipboard
Update document-ready.md
$( window ).load(function () {})
deprecated since v1.8. Should use $( window ).on("load", function () {})
https://github.com/jquery/jquery/issues/2286
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.
Can you sign the CLA and also add a space before and after the "load"
string to conform to our code style guide?
Hi @riverma. Can you sign our CLA?