code.jquery.com Redirected to Google Ajax APIs
Starting at 10PM MT on August 20th, code.jquery.com will start redirecting (301) to ajax.googleapis.com [http://code.google.com/apis/ajaxlibs/documentation/index.html#jquery].
Immediate Impact:
- None
- Redirection will occur using 301 “Permanent Moved”
- Packed version will be replaced with minified version
Long Term:
- Migrate any sites using code.jquery.com to Google’s AJAX Libraries API
Full documentation of Google’s Ajax API are available at http://code.google.com/apis/ajaxlibs/documentation/index.html#jquery. For your convenience here are the old URLs on code.jquery.com and their new Google Ajax API counterpart:
- jquery-latest.js
- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js
- jquery-latest.pack.js
- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
- jquery-latest.min.js
- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
- jquery.js
- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js
- jquery-1.3.2.min.js
- http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js
- jquery-1.3.2.js
- http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js
- jquery-1.3.1.min.js
- http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js
- jquery-1.3.1.js
- http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.js
- jquery-1.3.min.js
- http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js
- jquery-1.3.js
- http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.js
- jquery-1.2.6.min.js
- http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js
- jquery-1.2.6.pack.js
- http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js
- jquery-1.2.6.js
- http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js
- jquery-1.2.3.min.js
- http://ajax.googleapis.com/ajax/libs/jquery/1.2.3/jquery.min.js
- jquery-1.2.3.pack.js
- http://ajax.googleapis.com/ajax/libs/jquery/1.2.3/jquery.min.js
- jquery-1.2.3.js
- http://ajax.googleapis.com/ajax/libs/jquery/1.2.3/jquery.js
Was code.jquery.com’s jquery archives intended for public use? If not, this is really kind of you. :)
Pingback: jQuery:
That’s better
Google Code Hosting is really nice in project management :)
Im a fan of caching jquery for different websites, but im against getting everything from google. I liked the code.jquery option a lot, just for the choice, and i dont think the 55kb are a problem for one time loading anyway.
I would rather see a browser hash cashing implemented then getting everything only from the big information datamonster :)
I admit, Google Code Hosting is nice, as is SourceForge and many others …
Keep on the good work jquery team.
Tschef
Is this because of a lot of load on your servers? and can you share the number of websites using code.jquery.com in their websites? – just interesting
Eric
Always linked to files on ajax.googleapis.com
It does improve speed by caching and you always know the version of the file has never been edited. And it just saves time changing a version number rather than downloading the latest version, then SVN (archive) then having to upload it again on all your websites.
I also liked the code.jquery option a lot, just for the choice, and i dont think the 55kb are a problem for one time loading anyway.
Thanks! Having an ever-updated latest-pack available is fantastic.