div的id是确定的值 不是变量
$('#researchInfo-unitSubType_1_activeDiv input[type=checkbox]').each(function (){
this.checked=false;
})
div的id是确定的值 不是变量
$('#researchInfo-unitSubType_1_activeDiv input[type=checkbox]').each(function (){
this.checked=false;
})