tags:

views:

218

answers:

3

It seems that the popularity of jQuery and MS AJAX, as well as tools like YSlow & Google Page Speed have given rise to common components being hosted on Content Delivery Networks (CDN).

So which CDN's exist and what files do they serve?

+3  A: 

Google offers a CDN for:

Gavin Miller
Currently Google has no documented support for their CDN over SSL, so if that's a requirement MS is a better choice.
Gavin Miller
SSL works now -> https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
mixdev
+1  A: 

Microsoft (Via asp.net) offers a CDN for:

Quintin Robinson
MS's CDN also has the ability to serve over SSL
Gavin Miller
A: 

jQuery offers up a CDN for the jQuery library. I believe that that url will always have the most recent version of jQuery.

Gavin Miller