js-jQuery-jQueryLoader-检查$是否未定义,如果需要,用纯javascript加载jQuery

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了js-jQuery-jQueryLoader-检查$是否未定义,如果需要,用纯javascript加载jQuery相关的知识,希望对你有一定的参考价值。

  1. /* I used to use (!$) or ($ == undefined) but that doesn't work sucka! */
  2.  
  3. if (!window.jQuery) {
  4. var jqscript = document.createElement('script');
  5. jqscript.setAttribute("type", "text/javascript");
  6. jqscript.setAttribute("src", "http://code.jquery.com/jquery.min.js");
  7. document.getElementsByTagName("head")[0].appendChild(jqscript);
  8. };

以上是关于js-jQuery-jQueryLoader-检查$是否未定义,如果需要,用纯javascript加载jQuery的主要内容,如果未能解决你的问题,请参考以下文章

产检abap是检查啥

Web书写Test Case时需要考虑的检查点

使用 jQuery 检查收音机时,检查收音机是不是已检查不起作用

ARCGIS如何检查重叠面呢?

拓扑检查的步骤

loadrunner怎么进行内容检查