When the button is clicked, jQuery finds all the checkboxes with class name “chk” and that are checked using input:checkbox[class=chk]:checked selector and then ...
確定! 回上一頁