码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2018-01-22 10:56:50      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:商品   style   script   javascrip   color   length   nbsp   单选   opp   

<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(./商品详情/shopping_xuanze@2x.png) no-repeat‘;
                       checked[i].style.backgroundSize = ‘100%‘;
                   }
                this.style.background = ‘url(./商品详情/shopping_xuanze_click_img@2x.png‘;
                this.style.backgroundSize = ‘100%‘;
                 }
             }
        });
    </script>

 

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

标签:商品   style   script   javascrip   color   length   nbsp   单选   opp   

原文地址:https://www.cnblogs.com/chenmiaosong/p/8327688.html

踩
(0)
赞
(0)
   
举报
评论 一句话评论(0)
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!