为了账号安全,请及时绑定邮箱和手机立即绑定

css的设置没有起作用?

css的设置没有起作用?

倚天杖 2018-09-02 07:55:27
hobby:<input id="x1" type="radio" name="sports" />x1<input id="x2" type="radio" name="sports" />x2<input id="x3" type="radio" name="sports" />x3<input type="button" value="显示" onclick="ShowChecked()"><br><script> function ShowChecked(){     $("input").css("backgroundColor","");     $("input:checked").css("backgroundColor","red"); }     </script>选择某个radio后,点击 显示 ,背景颜色没有变红哈?
查看完整描述

2 回答

?
慕斯709654

TA贡献1840条经验 获得超5个赞

选择器没问题,问题出现在input[type=radio]的背景显示不了,或者说设置不了背景

你可以设置一下margin试试

function ShowChecked(){
    $("input").css("backgroundColor","");
    $("input:checked").css("margin","100px");
}


查看完整回答
反对 回复 2018-09-02
?
拉风的咖菲猫

TA贡献1995条经验 获得超2个赞

<input type="button" value="显示" onclick="ShowChecked">


查看完整回答
反对 回复 2018-09-02
  • 2 回答
  • 0 关注
  • 909 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信