$('#tbl').find(':checkbox').each(function () { if ($(this).is(":checked")) { //操作 } });