标签:
需要js个jq都写
$(‘.zc0207-cjzp-2-content‘).find(‘:checkbox:eq(0)‘).click(function(){
if($(this).is(‘:checked‘)) {
$(‘.zc0207-cjzp-2-content‘).find(‘:checkbox:eq(1)‘).attr(‘disabled‘,‘disabled‘);
}else{
$(‘.zc0207-cjzp-2-content‘).find(‘:checkbox:eq(1)‘).removeAttr(‘disabled‘);
}
})
标签:
原文地址:http://www.cnblogs.com/Nomand/p/4281434.html