$("#sexRadio1").attr("checked",true);

替换为

$("#sexRadio1").prop("checked",true);

更多推荐

jQuery中的prop()设置单选框不生效