标签:
$("#isUse").click(function(){
if($(this).is(‘:checked‘)){
$(this).attr(‘checked‘,‘checked‘);
$("#redNum").val($(‘#redAva‘).val());
}else{
$(this).attr(‘checked‘,‘checked‘);
$("#redNum").val(0);
}
});
标签:
原文地址:http://www.cnblogs.com/siashan/p/4565317.html