Learning site for website creation

jQueryの読み込み

公開日:2014年10月30日

古いIEにも対応しているjQueryの読み込み方法。

<!--[if lt IE 9]>
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script>window.jQuery || document.write('<script src="/js/jquery-1.11.1.min.js"><\/script>')</script>
<![endif]-->
<!--[if gte IE 9]><!-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script>window.jQuery || document.write('<script src="/js/jquery-2.1.1.min.js"><\/script>')</script>
<!--<![endif]-->