views:

78

answers:

1

Hi fellow SOers,

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"&gt;&lt;/script&gt;
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"&gt;&lt;/script&gt;

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?

+9  A: 

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:

CD
+1 for link. Woot for helpful links
BenWells
Dang! Searched everywhere to find that, even in the google API manual and couldn't find it! Thanks!
Chouchenos
Do you have the same thing for CSS? (for example, `<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/base/jquery-ui.css" type="text/css" />`)
Chouchenos
jquery,css download from google: http://stackoverflow.com/questions/820412/jquery-css-download-from-google
CD
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 :)
Chouchenos
Loading Dojo dijit CSS from CDN: http://stackoverflow.com/questions/2899368/loading-dojo-dijit-css-from-cdn
CD
Woot :) 2 more, that's nice.
Chouchenos
Thanks for the edit @CD !
Chouchenos