从Google&ŧ039;的CDN获取jQuery库如果失败,则拉取本地版本
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了从Google&ŧ039;的CDN获取jQuery库如果失败,则拉取本地版本相关的知识,希望对你有一定的参考价值。
Grab jQuery library from Google's CDN this way its faster, burns Google's bandwidth and not yours. Also users will have this cached if other sites are using it as well.Downside of course is Google's servers do go down. This script will check if its available on Google's servers otherwise fall back to your local version.
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="js/libs/jquery-1.6.2.min.js"></script>')</script>
以上是关于从Google&ŧ039;的CDN获取jQuery库如果失败,则拉取本地版本的主要内容,如果未能解决你的问题,请参考以下文章
使用livequery将jquery事件绑定到ajax&ŧ039;d内容