自定义单选框选中(只能选中一个)

Posted 松哥1204

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了自定义单选框选中(只能选中一个)相关的知识,希望对你有一定的参考价值。

<script type="text/javascript">
        $(function(){var checked = document.getElementsByClassName(J_checked)
             for (var i = 0; i < checked.length; i++) {
                 checked[i].onclick = function(){
                   for (var i = 0; i < checked.length; i++) {
                       checked[i].style.background = url(./商品详情/[email protected]) no-repeat;
                       checked[i].style.backgroundSize = 100%;
                   }
                this.style.background = url(./商品详情/[email protected];
                this.style.backgroundSize = 100%;
                 }
             }
        });
    </script>

 

以上是关于自定义单选框选中(只能选中一个)的主要内容,如果未能解决你的问题,请参考以下文章