Google托管jQuery

Posted

tags:

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

Code to add Google-hosted jQuery to site. Includes noConflict to avoid conflicts with other libraries.
  1. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
  2. <script type="text/javascript">
  3. jQuery.noConflict(); // Reverts '$' variable back to other JS libraries
  4. jQuery(document).ready(function($) {
  5.  
  6. });
  7. </script>

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

Google托管jQuery

让Google为您托管jQuery

Google托管jQuery+文档就绪

Google托管jQuery用户界面

jquery.cookies 是不是托管在 Google CDN 上?

Google托管jQuery用户界面