close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": libffi.so.6: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Oct 18, 2008, 11:14:11 PM (17 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v8
|
v9
|
|
| 1 | 1 | = 2008-10-18 = |
| 2 | 2 | |
| 3 | | ''' |
| | 3 | '''[目標] 使用 jQuery UI 的 datepicker 實作挑選日期的元件''' |
| 4 | 4 | |
| 5 | 5 | * [參考] [http://blog.wu-boy.com/2008/04/30/194/ <jQuery筆記> 好用的日期函式 datepicker] |
| 6 | 6 | {{{ |
| 7 | | jazz@drbl:/var/www/magnate$ sudo wget http://code.jquery.com/jquery-latest.js -O jquery.js |
| 8 | | jazz@drbl:/var/www/magnate$ sudo wget http://marcgrabanski.com/code/ui-datepicker/core/ui.datepicker.js |
| 9 | | jazz@drbl:/var/www/magnate$ sudo wget http://marcgrabanski.com/code/ui-datepicker/core/ui.datepicker.css |
| | 7 | jazz@drbl:/var/www/$ sudo wget http://code.jquery.com/jquery-latest.js -O jquery.js |
| | 8 | jazz@drbl:/var/www/$ sudo wget http://marcgrabanski.com/code/ui-datepicker/core/ui.datepicker.js |
| | 9 | jazz@drbl:/var/www/$ sudo wget http://marcgrabanski.com/code/ui-datepicker/core/ui.datepicker.css |
| 10 | 10 | }}} |
| 11 | 11 | |
| 12 | | '''[目標]''' ''使用 jQuery File Upload Plugin 達成檔案上傳目的!!'' |
| | 12 | '''[目標] 使用 jQuery File Upload Plugin 達成檔案上傳目的!!''' |
| 13 | 13 | |
| 14 | 14 | * 使用 jQuery 當然就要先取得 javascript 檔案囉~ |