google cdn上的jquery
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了google cdn上的jquery相关的知识,希望对你有一定的参考价值。
<script type="text/javascript" src="http://www.google.com/jsapi"></script> <script type="text/javascript"> // You may specify partial version numbers, such as "1" or "1.3", // with the same result. Doing so will automatically load the // latest version matching that partial revision pattern // (i.e. both 1 and 1.3 would load 1.3.2 today). google.load("jquery", "1.3.2"); google.setOnLoadCallback(function() { // Place init code here instead of $(document).ready() }); </script>
以上是关于google cdn上的jquery的主要内容,如果未能解决你的问题,请参考以下文章
尝试使用 Google 地图预加载图标时出错 - INVALID_STATE_ERR: DOM Exception 11