10

First, I apology if I used the wrong term in the question (Please feel free to edit if I'm wrong).

I know Google hosts (almost) all version of jQuery, jQuery UI (js and css)

For example :

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"></script>

or for CSS :

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/base/jquery-ui.css" type="text/css" />

My question is : Does it host other library? Useful plugin as jQuery UI? Other templace or CSS?

Shikiryu
  • 10,180
  • 8
  • 49
  • 75

1 Answers1

13

Available Libraries:

  • Chrome Frame
  • Dojo
  • Ext Core
  • jQuery
  • jQuery UI
  • MooTools
  • Prototype
  • script_aculo_us
  • SWFObject
  • Yahoo! User Interface Library (YUI)
  • WebFont Loader

CSS files:

brandito
  • 698
  • 8
  • 19
CD..
  • 72,281
  • 25
  • 154
  • 163
  • Dang! Searched everywhere to find that, even in the google API manual and couldn't find it! Thanks! – Shikiryu Oct 28 '10 at 07:59
  • Do you have the same thing for CSS? (for example, ``) – Shikiryu Oct 28 '10 at 08:05
  • jquery,css download from google: http://stackoverflow.com/questions/820412/jquery-css-download-from-google – CD.. Oct 28 '10 at 08:11
  • Well, yeah, obviously, I knew about jQueryUI CSS theme... (see question + previous comment) I asked for the other libraries/plugin's css or template :) Nevertheless, the link can help others here again :) – Shikiryu Oct 28 '10 at 08:19
  • Loading Dojo dijit CSS from CDN: http://stackoverflow.com/questions/2899368/loading-dojo-dijit-css-from-cdn – CD.. Oct 28 '10 at 08:22