具體如下:
$('#tbl').find(':checkbox').each(function(){
if ($(this).is(":checked")) {
//操作
}
});
更多信息請(qǐng)查看IT技術(shù)專欄
版權(quán)所有:易賢網(wǎng)