$(document).ready( function(){ // 點選單一checkbox 檢查是否設定全選/全消$(『#tbl input:checkbox.chk').click(function(){ if (this.checked){ ...
確定! 回上一頁