文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>放心使用 Google Libraries API

放心使用 Google Libraries API

时间:2011-02-15  来源:leavingme

可是由于 Google 有时会被不稳定,所以一直也不敢使用 Google Libraries API。今天在 jQuery.com 的源代码中看到了非常棒的使用方法,可以避免 Google Libraries API 没有正确加载时造成的影响。

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> 
<script>!window.jQuery && document.write('<script src="http://code.jquery.com/jquery-1.4.2.min.js"><\/script>');</script> 
判断 window.jQuery 对象是否存在,不存在则使用由网站自己提供的 jQuery。
相关阅读 更多 +
排行榜 更多 +
找茬脑洞的世界安卓版

找茬脑洞的世界安卓版

休闲益智 下载
滑板英雄跑酷2手游

滑板英雄跑酷2手游

休闲益智 下载
披萨对对看下载

披萨对对看下载

休闲益智 下载