Changes between Initial Version and Version 1 of rock/jQuery_Eclipse
- Timestamp:
- Dec 7, 2010, 9:59:26 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
rock/jQuery_Eclipse
v1 v1 1 [[PageOutline]] 2 {{{ 3 #!html 4 <h1 style="text-align: center; color: blue ; font-size:x-large ; font-weight:bolder">jQuery with Eclipse</h1> 5 }}} 6 ---- 7 = 【前言】 = 8 想要用 Eclipse 開發 jQuery 時,Eclipse 有智能提示,免的每次要找 function 又要 Google 了。 9 10 ---- 11 = 【安裝 sekpt】 = 12 * 新增套件庫網址 http://www.spket.com/update 13 * 安裝 sekpt 14 * 到 「偏好設定」 設定 jQuery 路徑 15 * 編輯時就可以選擇 sekpt javascript editor 來編輯了 16 ----