2013年4月28日 星期日

Google API 取得 jquery 的 libraries


<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script>
google.load("jquery", "2.0.0");
</script>

可手動更換jquery的版本
google.load("jquery", "2.0.0");
google api會載入以下lib
path: https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js
path(u): https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.js

如需UI的部份如下:
google.load("jqueryui", "1.10.2");

進入下面的連結,有更多資訊
http://code.google.com/intl/zh-TW/apis/libraries/devguide.html



沒有留言:

張貼留言