Google Hosts Javascript Libraries So You Don’t Have To
Just found this on google code - google hosts popular javascript libraries that you can load on your site using their ajax API. They call this their AJAX Libraries API. Some of the libraries they host:
Loading a library is dead simple:
<script src="http://www.google.com/jsapi"></script> <script>google.load("jquery", "1");</script>
And the cool part is, you can load different versions of the libraries, notice the second parameter in the google.load() call.




Add New Comment
Thanks. Your comment is awaiting approval by a moderator.
Do you already have an account? Log in and claim this comment.
Add New Comment