HTML 有条件地加载jQuery

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HTML 有条件地加载jQuery相关的知识,希望对你有一定的参考价值。

<!-- Grab Google CDN jQuery. fall back to local if necessary -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script>!window.jQuery && document.write('<script src="js/jquery-1.4.2.min.js"><\/script>')</script>

有条件地加载jQuery

if window.jQuery is undefined, there must have been a problem downloading the script from the CDN. In that case, proceed to the right side of the && operator, and insert a script linking to a local version of jQuery.
  1. <!-- Grab Google CDN jQuery. fall back to local if necessary -->
  2. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  3. <script>!window.jQuery && document.write('<script src="js/jquery-1.4.2.min.js"></script>')</script>

以上是关于HTML 有条件地加载jQuery的主要内容,如果未能解决你的问题,请参考以下文章

Jquery有条件地加载到wordpress页面上

有条件地加载jQuery

有条件地加载jQuery

有条件地添加到 jQuery .when

有条件地为响应式设计加载图像

Angular5 应用程序根据组件有条件地加载脚本和样式