Is there a version of jQuery somewhere that I can hotlink to without hosting the file?

cdn, google-code, hotlinking, jquery

Solution

Yes, it's available on Google's CDN.

Everything you need is here: http://code.google.com/apis/libraries/

You can link directly to the javascript file: https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js

or use the `google.load` method

Update

Its also available on Microsoft's CDN or the jQuery CDN

Problem

Just wondering if there's a website out there that allows you to hotlink to the latest version of jquery. Does Google code allow you, or does jQuery.com itself? What I'm not looking for is a site that just happens to have jQuery that I can pinch. I want a site that says that you can hotlink to their jQuery.

Original source