jQuery [jQuery]DataTablesDataTables 這是一個完整顯示表格的jQuery套件(包含排序、搜尋、分頁) DataTab Read more… By johnson, 12 年6 9 月, 2012 ago
Node.js [Node.js]Socket.io這是Node.js最常用到的套件,Socket.io的優點就是可以達到Server push的效果, Read more… By johnson, 12 年25 8 月, 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
JavaScript [Javascript]LocalStorage在HTML5中,web storage讓開發者可以將資料用key-value的方式儲存於Client Read more… By johnson, 12 年22 7 月, 2012 ago
jQuery [jQuery]Tablesorter網頁在顯示表格時,通常都會希望針對欄位做排序的功能 這時候就可以使用Tablesorter 在使用上 Read more… By johnson, 12 年22 7 月, 2012 ago