Skip to content

Instantly share code, notes, and snippets.

@ksakae1216
Created December 25, 2016 02:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ksakae1216/485b029ca0e79e1a92e0fad9f30ffc5d to your computer and use it in GitHub Desktop.
Save ksakae1216/485b029ca0e79e1a92e0fad9f30ffc5d to your computer and use it in GitHub Desktop.
<!--変更前-->
<script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<!--修正後 asyncを追加-->
<script async type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment