这个其实不用改js,你只要去css里面把.on这个类样式的优先级调高就可以了。你可以直接加!important,比如
.on {
background-color: lightblue!important;
}
有布局的源代码吗?
也可以写个计数器count。每次选中一个单选框,则count++,当count ===tr.length,则设置全选当checked为true.
当商品被选中的时候,只要把这句话“ tr[i].className='on' ”改成“ tr[i].style.background='RGB(224,222,225)' ”就可以了!
webstorm ,挺不错的一款前端开发工具
网站暂时没有这个功能,后期改版会添加的。
个人觉得这个建议非常好