wiki:jazz/08-10-18/jQuery
close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_repos.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.

Version 6 (modified by jazz, 16 years ago) (diff)

--

2008-10-18

[目標] 使用 jQuery File Upload Plugin 達成檔案上傳目的!''

  • 使用 jQuery 當然就要先取得 javascript 檔案囉~
    • 第一種方法:下載 jQuery 的 js 檔 - 1.2.6 版
    • 第二種方法:直接嵌入 Google AJAX API 維護的網址 詳細清單
      <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
      
    • 第三種方法:使用 Google AJAX API 的語法 - 先決條件是先取得 Google API Key
      google.load("jquery", "1.2.6");