jQuery [jQuery].keydown()判斷鍵盤輸入jQuery的keydown()可以取得使用者在用鍵盤keyin的值 HTML <input Read more… By johnson, 12 年 ago
jQuery [jQuery]Lazy LoadLazy Load Plugin for jQuery 如果單一頁面圖片的量太大時,讀圖必須讀很久, Read more… By johnson, 12 年 ago
jQuery [jQuery]滑鼠雙擊(dblclick)判斷滑鼠雙擊的事件: $(‘#doc’).dblclick(function(){ alert(&q Read more… By johnson, 12 年 ago
jQuery [jQuery]OnePageNavjQuery-One-Page-Nav jQuery換頁的plugin 這個換頁的功能並不是直接切換 Read more… By johnson, 12 年 ago
jQuery [jQuery]DataTablesDataTables 這是一個完整顯示表格的jQuery套件(包含排序、搜尋、分頁) DataTab Read more… By johnson, 12 年6 9 月, 2012 ago
jQuery [jQuery]Tiny Scrollbar瀏覽器中的Scrollbar,除了IE和Opera之外,是無法用CSS變更的(不符合W3C標準) 但 Read more… By johnson, 12 年25 8 月, 2012 ago
jQuery [jQuery]$.map()在開發時,JSON是會常來使用的資料格式 $.map可以逐一走訪裡面的元素 範例 var arr = Read more… By johnson, 12 年 ago
jQuery [jQuery].blur() & .focus()如果要針對一些輸入框的元素做動態的判斷(比如當使用者輸入完密碼後,立即判斷強度),就必須使用focu Read more… By johnson, 12 年 ago
jQuery [jQuery].on() & .off().on()這個方法是將某個selector元素一次全部載入相同的event,.live()、.del Read more… By johnson, 12 年 ago