code.jquery.com 重定向到 Google Ajax APIs
从 8 月 20 日晚上 10 点 MT 开始,code.jquery.com 将开始重定向 (301) 到 ajax.googleapis.com [http://code.google.com/apis/ajaxlibs/documentation/index.html#jquery].
立即影响
- 无
- 重定向将使用 301 “永久移动”
- 打包版本将被最小化版本替换
长期
- 将使用 code.jquery.com 的任何网站迁移到 Google 的 AJAX 库 API
Google 的 Ajax API 的完整文档可在 http://code.google.com/apis/ajaxlibs/documentation/index.html#jquery 获取。为了方便起见,以下是 code.jquery.com 上的旧 URL 及其新的 Google Ajax API 对应项
- jquery-latest.js
- https://ajax.googleapis.ac.cn/ajax/libs/jquery/1/jquery.js
- jquery-latest.pack.js
- https://ajax.googleapis.ac.cn/ajax/libs/jquery/1/jquery.min.js
- jquery-latest.min.js
- https://ajax.googleapis.ac.cn/ajax/libs/jquery/1/jquery.min.js
- jquery.js
- https://ajax.googleapis.ac.cn/ajax/libs/jquery/1/jquery.js
- jquery-1.3.2.min.js
- https://ajax.googleapis.ac.cn/ajax/libs/jquery/1.3.2/jquery.min.js
- jquery-1.3.2.js
- https://ajax.googleapis.ac.cn/ajax/libs/jquery/1.3.2/jquery.js
- jquery-1.3.1.min.js
- https://ajax.googleapis.ac.cn/ajax/libs/jquery/1.3.1/jquery.min.js
- jquery-1.3.1.js
- https://ajax.googleapis.ac.cn/ajax/libs/jquery/1.3.1/jquery.js
- jquery-1.3.min.js
- https://ajax.googleapis.ac.cn/ajax/libs/jquery/1.3/jquery.min.js
- jquery-1.3.js
- https://ajax.googleapis.ac.cn/ajax/libs/jquery/1.3/jquery.js
- jquery-1.2.6.min.js
- https://ajax.googleapis.ac.cn/ajax/libs/jquery/1.2.6/jquery.min.js
- jquery-1.2.6.pack.js
- https://ajax.googleapis.ac.cn/ajax/libs/jquery/1.2.6/jquery.min.js
- jquery-1.2.6.js
- https://ajax.googleapis.ac.cn/ajax/libs/jquery/1.2.6/jquery.js
- jquery-1.2.3.min.js
- https://ajax.googleapis.ac.cn/ajax/libs/jquery/1.2.3/jquery.min.js
- jquery-1.2.3.pack.js
- https://ajax.googleapis.ac.cn/ajax/libs/jquery/1.2.3/jquery.min.js
- jquery-1.2.3.js
- https://ajax.googleapis.ac.cn/ajax/libs/jquery/1.2.3/jquery.js
code.jquery.com 的 jQuery 存档是供公众使用吗?如果不是,这真是太好了。:)
Pingback: jQuery:
这更好
Google Code Hosting 在项目管理方面非常棒 :)
我是为不同网站缓存 jQuery 的粉丝,但我反对从 Google 获取所有内容。我非常喜欢 code.jquery 选项,只是为了选择,我认为 55kb 对于一次性加载来说不是问题。
我宁愿看到浏览器哈希缓存的实现,而不是只从大型信息数据怪物那里获取所有内容 :)
我承认,Google Code Hosting 很好,SourceForge 和许多其他平台也很好……
jQuery 团队,继续努力。
Tschef
这是因为服务器负载过高吗?您能分享一下使用 code.jquery.com 的网站数量吗?——只是好奇
Eric
始终链接到 ajax.googleapis.com 上的文件
它通过缓存提高了速度,并且您始终知道文件的版本从未被编辑过。它也节省了更改版本号的时间,而无需下载最新版本,然后进行 SVN(存档),然后必须在所有网站上再次上传。
我也非常喜欢 code.jquery 选项,只是为了选择,我认为 55kb 对于一次性加载来说不是问题。
谢谢!始终提供更新的最新包真是太棒了。