GoogleからjQueryを読む

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

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>