放心使用 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。
相关阅读 更多 +