让Google为您托管jQuery
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了让Google为您托管jQuery相关的知识,希望对你有一定的参考价值。
<script src="http://www.google.com/jsapi"></script> google.load("jquery", "1.2.6"); google.setOnLoadCallback(function() { //Code to be inserted in this area }); </script> /* the best way (fastest and most efficient implementation) */ <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function() { //This is more like it! }); </script>
以上是关于让Google为您托管jQuery的主要内容,如果未能解决你的问题,请参考以下文章
Google App Engine 以外的 Python 云托管? [关闭]
尝试使用 Google 地图预加载图标时出错 - INVALID_STATE_ERR: DOM Exception 11