Добавление к тому, что сказал стимулы. В предоставленной вами ссылке просто посмотрите на путь и путь (u).
Он не выделен, и поэтому вы его не видите.
Пример
jQuery
name: jquery
latest version: 1.6.2 (view older versions)
load request: google.load("jquery", "1.6.2");
extras: uncompressed:true (as in google.load("jquery", "1.6.2", {uncompressed:true});
path: https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js
path(u): https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.js
site: http://jquery.com/
note: 1.2.5 and 1.2.4 are not hosted due to their short and unstable lives in the wild...
Также для загрузки последних версий вы можете сделать это.
// You may specify partial version numbers, such as "1" or "1.3",
// with the same result. Doing so will automatically load the
// latest version matching that partial revision pattern
// (e.g. 1.3 would load 1.3.2 today and 1 would load 1.6.2)
Попробуйте эти ссылки
https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js
https://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.js
А также, пожалуйста, ссылку, как это.
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js">
</script>
Причина использования протокола - меньше ссылка: Урезать кэширование Google CDN одним символом