Google Loader で GoogleのホスティングしているjQueryやjQueryUIを読む方法。
よく使うのでメモ。
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript">
google.load("jquery", "1.4.2");
google.load("jqueryui", "1.7.2");
</script>
ちなみにバージョンを1.4とすると、1.4の最新を読むし、
1とすると、1の最新を読む。
jQuery以外で、他にもホスティングしている。
https://developers.google.com/speed/libraries/?hl=ja&csw=1