另一種在Form中判斷checkbox是否已被勾選. $("#checkboxid").change(function() { if(this.checked) { //do something; }
確定! 回上一頁