Skip to content

Instantly share code, notes, and snippets.

@RyoSugimoto
Last active August 29, 2015 14:05
Show Gist options
  • Select an option

  • Save RyoSugimoto/d28c2c15d83b250d27ef to your computer and use it in GitHub Desktop.

Select an option

Save RyoSugimoto/d28c2c15d83b250d27ef to your computer and use it in GitHub Desktop.
CDNからjQueryを読み込む(フォールバックあり)。
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script>
(window.jQuery || document.write('<script src="/js/jquery.js"><\/script>'));
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment