让Google为您托管jQuery

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了让Google为您托管jQuery相关的知识,希望对你有一定的参考价值。

  1. <script src="http://www.google.com/jsapi"></script>
  2. <script type="text/javascript">
  3. google.load("jquery", "1.2.6");
  4. google.setOnLoadCallback(function() {
  5. //Code to be inserted in this area
  6. });
  7. </script>
  8.  
  9. /* the best way (fastest and most efficient implementation) */
  10. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
  11. <script type="text/javascript">
  12. $(document).ready(function() {
  13. //This is more like it!
  14. });
  15. </script>

以上是关于让Google为您托管jQuery的主要内容,如果未能解决你的问题,请参考以下文章

Google App Engine 以外的 Python 云托管? [关闭]

为您解决棋牌免备案,高防服务器租用托管问题

尝试使用 Google 地图预加载图标时出错 - INVALID_STATE_ERR: DOM Exception 11

天津免备案服务器托管哪家比较好

有没有地方可以在线托管您的代码?

使用上传密钥为您的 Flutter 应用签名(Google Play 的应用签名)