Changes between Version 6 and Version 7 of jazz/08-10-18/jQuery
- Timestamp:
- Oct 18, 2008, 10:59:37 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/08-10-18/jQuery
v6 v7 5 5 * 使用 jQuery 當然就要先取得 javascript 檔案囉~ 6 6 * 第一種方法:下載 jQuery 的 js 檔 - [http://jqueryjs.googlecode.com/files/jquery-1.2.6.min.js 1.2.6 版] 7 * 第二種方法:直接嵌入 Google AJAX API 維護的網址 [http://code.google.com/apis/ajaxlibs/documentation/index.html#AjaxLibraries 詳細清單] 7 * 第二種方法:直接嵌入 jQuery 官方或 Google AJAX API 維護的網址 [http://code.google.com/apis/ajaxlibs/documentation/index.html#AjaxLibraries 詳細清單] 8 {{{ 9 <script src="http://code.jquery.com/jquery-latest.js"></script> 10 }}} 8 11 {{{ 9 12 <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>