set
判斷
$("#your-checkbox-id").attr('checked')
$("#your-checkbox-id").removeAttr('checked')
判斷
if ( $("#your-checkbox-id").attr('checked') ) {
something();
}
留言