Changes between Initial Version and Version 1 of jazz/08-10-18/jQuery


Ignore:
Timestamp:
Oct 18, 2008, 6:03:47 PM (16 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/08-10-18/jQuery

    v1 v1  
     1= 2008-10-18 =
     2
     3 * 使用 jQuery 當然就要先下載 jQuery 的 js 檔 - [http://jqueryjs.googlecode.com/files/jquery-1.2.6.min.js 1.2.6 版]
     4 * 第二種方法:直接嵌入 Google AJAX API 維護的網址 [http://code.google.com/apis/ajaxlibs/documentation/index.html#AjaxLibraries 詳細清單]
     5{{{
     6<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
     7}}}