jquery radio选中和不选中

//选中
$("#xxx").attr("checked","checked");
//或
$("#xxx").attr("checked","true");
//取消选中
$("#xxx").removeAttr("checked");

猜你喜欢

转载自rainbowdesert.iteye.com/blog/2344031
今日推荐