码迷,mamicode.com
首页 > Web开发 > 详细

加载jQuery库

时间:2017-09-25 22:11:47      阅读:229      评论:0      收藏:0      [点我收藏+]

标签:googl   script   style   code   min   type   pre   加载   1.4   

 

使用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库

标签:googl   script   style   code   min   type   pre   加载   1.4   

原文地址:http://www.cnblogs.com/the-wang/p/7593958.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!