Skip to content

Instantly share code, notes, and snippets.

@ikekou
Created March 24, 2015 18:31
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 ikekou/e2a0ed7970fc61b6f536 to your computer and use it in GitHub Desktop.
Save ikekou/e2a0ed7970fc61b6f536 to your computer and use it in GitHub Desktop.
[javascript] jQueryの読み込み
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script> (window.jQuery || document .write('<script src="js/jquery-1.11.2.min.js"><\/script>')); </script>