首页 > 代码库 > jquery 根据值设置radio选中状态

jquery 根据值设置radio选中状态

radio选中
$("input[name=test][value=http://www.mamicode.com/34]").attr("checked",true);//value=http://www.mamicode.com/34的radio被选中
$("input[id=testid][value=http://www.mamicode.com/34]").attr("checked",true);//value=http://www.mamicode.com/34的radio被选中