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>