jQuery UI now in Google's AJAX Libraries API

jQuery UI now in Google's AJAX Libraries API

<div dir="ltr">Google announced recently that jQuery UI is the latest addition to their hosted AJAX Libraries API:
<a href="http://googleajaxsearchapi.blogspot.com/2008/08/ajax-libraries-api-update.html">http://googleajaxsearchapi.blogspot.com/2008/08/ajax-libraries-api-update.html</a>
"jQuery UI ... is now hosted on our <a href="http://code.google.com/apis/ajaxlibs/">AJAX Libraries API</a>! As usual, your users will get a performance boost when you use JQuery UI through our API, so get started by checking out the <a href="http://code.google.com/apis/ajaxlibs/documentation/#jqueryUI">docs</a>."
Now you can put one script tag on any page and benefit from cache, min, gzip, and google's CDN:
<script type="text/javascript" src="<a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.5.2/jquery-ui.min.js">http://ajax.googleapis.com/ajax/libs/jqueryui/1.5.2/jquery-ui.min.js</a>"></script>
and you've got all jQuery UI plugins and effects. Beauty.
- Richard
</div>