判断单选框是否被选中

if($("radio").attr("checked")){  

alert("选中")

}else{

alert("不选中")
}
原文地址:https://www.cnblogs.com/jsingleegg/p/5012914.html