首页 > Web开发 > 详细

更新引用google的cdn外部jQuery核心库JS文件

时间:2014-03-28 15:28:54      阅读:350      评论:0      收藏:0      [点我收藏+]

jquery-2.0.3   注!不再支持IE 6/7/8

直接引用地址:

<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js" type="text/javascript"></script>

 

jquery-1.9.1

直接引用地址:

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>

 

jquery-1.8.0

直接引用地址:

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js" type="text/javascript"></script>

 

jquery-1.7.2

直接引用地址:

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>

 

jquery-1.6

直接引用地址:

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script>

 

jquery-1.5.2

直接引用地址:

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js" type="text/javascript"></script>

 

jquery-1.4.2

直接引用地址:

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>

 

jquery-1.3.2

直接引用地址:

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>

 

jquery-1.2.6

直接引用地址:

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript"></script>

更新引用google的cdn外部jQuery核心库JS文件,布布扣,bubuko.com

更新引用google的cdn外部jQuery核心库JS文件

原文:http://www.cnblogs.com/elves/p/3630170.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!