$(function(){//默认选中性别 var sex="<{$sex}>"; if(sex=="male"){ $(‘input[id="male"]‘).attr("checked",true); }else{ $(‘input[id="famale"]‘).attr("checked",true); } });
默认选中性别
原文:http://www.cnblogs.com/xuanshuiyuan/p/4634000.html