如果不加载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 !
if (typeof jQuery == 'undefined') { <script type="text/javascript" src="http://www.google.com/jsapi"></script> <script type="text/javascript"> google.load("jquery", "1.4.2"); </script> }
以上是关于如果不加载Jquery,则检查Jquery是否存在的主要内容,如果未能解决你的问题,请参考以下文章