Google托管jQuery
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Google托管jQuery相关的知识,希望对你有一定的参考价值。
Code to add Google-hosted jQuery to site. Includes noConflict to avoid conflicts with other libraries.
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script> <script type="text/javascript"> jQuery.noConflict(); // Reverts '$' variable back to other JS libraries jQuery(document).ready(function($) { }); </script>
以上是关于Google托管jQuery的主要内容,如果未能解决你的问题,请参考以下文章