加载jQuery库
Posted 千彧
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了加载jQuery库相关的知识,希望对你有一定的参考价值。
使用google
1 <head> 2 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs 3 /jquery/1.4.0/jquery.min.js"></script> 4 </head>
使用Mcrisoft
1 <head> 2 <script type="text/javascript" src="http://ajax.microsoft.com/ajax/jquery 3 /jquery-1.4.min.js"></script> 4 </head>
也可以使用本地iQuery
1 <head> 2 <script src="jquery.js"></script> 3 </head>
以上是关于加载jQuery库的主要内容,如果未能解决你的问题,请参考以下文章