引用外部jquery.js
Posted Henu丶雨巷
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了引用外部jquery.js相关的知识,希望对你有一定的参考价值。
使用 Google 的 CDN
<head> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script> </head>
使用 Microsoft 的 CDN
<head> <script type="text/javascript" src="http://ajax.microsoft.com/ajax/jquery/jquery-1.4.min.js"></script> </head>
使用百度的
<script src="http://libs.baidu.com/jquery/1.9.0/jquery.js" type="text/javascript"></script>
以上是关于引用外部jquery.js的主要内容,如果未能解决你的问题,请参考以下文章