如果不加载Jquery,则检查Jquery是否存在

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如果不加载Jquery,则检查Jquery是否存在相关的知识,希望对你有一定的参考价值。

If you are working on apps development to adapt on different sites that you don't have access to them, and need to load Jquery, but don't wanna load it twice this will help you !
  1. if (typeof jQuery == 'undefined') {
  2. <script type="text/javascript" src="http://www.google.com/jsapi"></script>
  3. <script type="text/javascript">
  4. google.load("jquery", "1.4.2");
  5. </script>
  6. }

以上是关于如果不加载Jquery,则检查Jquery是否存在的主要内容,如果未能解决你的问题,请参考以下文章

jQuery动态加载程序-如果jQ未定义或不存在,则使用纯js javascript加载jQuery

jQuery:检查图像是不是存在

jQuery 如果存在

赛普拉斯:检查元素是不是存在无异常

判断jQuery是否加载,如果未加载则加载

如何检查网页是不是存在。 jQuery 和/或 PHP