3

I've used this link that is suggested as a quick access link to jQuery from their homepage:

//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js

Is there a list of other supported JavaScript libraries besides jQuery?

Eli
  • 14,779
  • 5
  • 59
  • 77
  • It's not a "quick access link". A better question would be "What libraries does the Google CDN host (besides jQuery)?" Using such a question in a search - just try it verbatim as written! - will also yield better results. Using the correct terms is important to finding information. – user2246674 May 02 '13 at 17:31
  • Although Google's CDN is pretty reliable, an easy way to find if/where somewhere hosts a library is by Googling "LibraryName CDN" and you'll either get direct information or pages that explain about it – Ian May 02 '13 at 17:35
  • And look at [this question](http://stackoverflow.com/questions/4040837/what-libraries-does-google-host-other-than-jquery) someone else already wrote .. mind readers. – user2246674 May 02 '13 at 17:36

3 Answers3

7

The Google Hosted Libraries is a CDN (content distribution network) for the most popular, open-source JavaScript libraries. The hosted libraries provides access to a growing list of the most popular, open-source JavaScript libraries, including:

Google works directly with the key stake holders for each library effort and accepts the latest stable versions as they are released.

Source

O P
  • 2,327
  • 10
  • 40
  • 73
1

It's supported by Google Hosted Libraries which is a content delivery network. Currently available libraries are:

  • AngularJS
  • Chrome Frame
  • Dojo
  • Ext Core
  • jQuery
  • jQuery UI
  • MooTools
  • Prototype
  • script_aculo_us
  • SWFObject
  • WebFont Loader
Eli
  • 14,779
  • 5
  • 59
  • 77
1

Microsoft Ajax Content Delivery Network

The CDN hosts the following third party script libraries which have been uploaded, and are licensed to you, by the owners of those libraries:

  • jQuery (www.jquery.com)
  • jQuery UI (www.jqueryui.com)
  • jQuery Mobile (www.jquerymobile.com)
  • jQuery Validation (www.jquery.com)
  • jQuery Cycle (www.malsup.com/jquery/cycle/)
  • jQuery DataTables (http://datatables.net/)
  • Ajax Control Toolkit (owned by the Outercurve Foundation – www.outercurve.org)

The Microsoft Ajax CDN also includes the following libraries which have been uploaded by Microsoft:

  • ASP.NET Ajax
  • ASP.NET MVC JavaScript Files
  • ASP.NET SignalR JavaScript Files
palaѕн
  • 72,112
  • 17
  • 116
  • 136