判断本地是否存在Jquery文件,如果不存在则使用CDN加速的Jquery文件

时间:2022-03-13 04:17:38

<script>
//判断是否成功将Jquery库引入,如果没有成功引入则引入本地Jquery库
if (typeof jQuery == 'undefined') {document.write("<script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js\"><\/script>");}
</script>

jquery的几个CDN加速点

谷歌jquery cdn加速点

http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js

微软jquery cdn加速点

http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.7.2.min.js

新浪jquery cdn加速点

http://lib.sinaapp.com/js/jquery/1.7.2/jquery.min.js