= 2008-10-18 = * 使用 jQuery 當然就要先取得 javascript 檔案囉~ * 第一種方法:下載 jQuery 的 js 檔 - [http://jqueryjs.googlecode.com/files/jquery-1.2.6.min.js 1.2.6 版] * 第二種方法:直接嵌入 Google AJAX API 維護的網址 [http://code.google.com/apis/ajaxlibs/documentation/index.html#AjaxLibraries 詳細清單] {{{ }}} * 第三種方法:使用 Google AJAX API 的語法 - 先決條件是先取得 Google API Key {{{ google.load("jquery", "1.2.6"); }}}