Skip to content

Instantly share code, notes, and snippets.

@oppara
Created May 21, 2012 07:53
Show Gist options
  • Save oppara/2761041 to your computer and use it in GitHub Desktop.
Save oppara/2761041 to your computer and use it in GitHub Desktop.
jQueryをロードする際のナイス!と思った書き方
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.2.min.js"><\/script>')</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment