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

Will work success on Google Chrome 52.0.2743.116 (64-bit) Mac OS X 10…

Open donhuvy opened this issue 9 years ago • 3 comments
trafficstars

….11.6

$( window ).load(function() {
    console.log( "window loaded" );
});

didn't work on Google Chrome 52.0.2743.116 (64-bit) Mac OS X 10.11.6

donhuvy avatar Aug 19 '16 14:08 donhuvy

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 Aug 19 '16 14:08 jquerybot

Thanks for catching this! Some minor style issues with your changes, please note the spacing and the use of double quotes in the original. You can just make an additional commit to this pull request and push.

dmethvin avatar Aug 19 '16 14:08 dmethvin

Hi. Can you please sign the CLA so that I can merge this PR?

AurelioDeRosa avatar Dec 20 '16 16:12 AurelioDeRosa