Google jQuery 引用地址集合(jquery 1.2.6至jquery1.5.2)

搜索到的google jQuery引用地址,方便调用,好处就不用说了吧。

jQuery 1.2.6 引用文件

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

google jQuery 1.3.2引用文件

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

google jQuery 1.4.2引用文件

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

google jQuery 1.5.2引用文件

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

Google Libraries API 地址:http://code.google.com/intl/zh-CN/apis/libraries/

原文地址:https://www.cnblogs.com/hanwest/p/2881893.html