JavaScript [JS] mootools 排序 by Mesak 2007-11-08 written by Mesak 移動排序:http://hina.ushiisland.net/blog/289 自動排序:http://clientside.cnet.com/wiki/cnet-libraries/05-mootoolsextensions/02-effects http://clientside.cnet.com/cnet.gf/docs/files/mootools-extended/Effects/Fx-Sort-js.html 為了專題做準備! 2007-11-08 0 comment 0 FacebookTwitterPinterestTumblrRedditLINEEmail
軟體 [軟體] Jsmin by Mesak 2007-09-09 written by Mesak Jsmin http://www.crockford.com/javascript/jsmin.html 一個將JavaScript的多於空白與換行所清除的軟體,對於JS的運作完全不會有其他問題 可幫助JS 文件位元數減少,達到快速下載執行 JavaScript的功能 繼續閱讀 2007-09-09 0 comment 0 FacebookTwitterPinterestTumblrRedditLINEEmail
軟體 [網頁] 動態表格 by Mesak 2007-02-21 written by Mesak 為了要搞新的 Plugin ,光是這個就讓我腦細胞死了一大半了 先來個新增一列: insertrow 新增一格: insertcell 利用 JavaScript 動態產生表單: create_table 一列上下移動: move_row 繼續閱讀 2007-02-21 0 comment 0 FacebookTwitterPinterestTumblrRedditLINEEmail
JavaScript [JS] 視窗傳值 by Mesak 2006-06-09 written by Mesak 為了修改 Blog 做準備,先研究如何在兩個視窗間傳值 首先說明一下 子傳母視窗 用的語法是 opener 傳回 如果需要母傳子視窗,需要用另一種方法 繼續閱讀 2006-06-09 0 comment 0 FacebookTwitterPinterestTumblrRedditLINEEmail
JavaScript [JS] 透過網址取得變數 by Mesak 2005-08-18 written by Mesak JavaScript,基本技巧我就不多說了,這次來寫字串的應用 用到幾個函數 ‧search ( ) 傳回尋找到的字串位置 ‧substring ( ) 取字串中的幾個字 ‧length ( ) 字串長度 語法為 繼續閱讀 2005-08-18 0 comment 0 FacebookTwitterPinterestTumblrRedditLINEEmail