How to select all checkbox from datatable by one click ... 'input[type="checkbox"]', function(){ if(!this.checked){ var el = $('#select-all').get(0); if(el ...
確定! 回上一頁