来自Google CDN的jQuery
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了来自Google CDN的jQuery相关的知识,希望对你有一定的参考价值。
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function() { // This is more like it! }); </script>
以上是关于来自Google CDN的jQuery的主要内容,如果未能解决你的问题,请参考以下文章
来自 Google CDN 的 HTTPS 友好的 jQuery CSS 主题
JavaScript 来自Google CDN的jQuery和jQuery UI,具有Fallback to Local
尝试使用 Google 地图预加载图标时出错 - INVALID_STATE_ERR: DOM Exception 11
为啥 Google 的 Closure 库不在他们的 CDN 上托管?