Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What libraries does Google host (other than jQuery)?

Tags:

jquery

cdn

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?

like image 889
Shikiryu Avatar asked Oct 28 '10 07:10

Shikiryu


1 Answers

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:

  • jquery UI
  • Dojo
  • YUI
like image 134
CD.. Avatar answered Oct 18 '22 16:10

CD..