• 在radio中绑定点击事件


    $(".checkss").bind("click", function (e) {
      $(e.target).closest("li").next().find(".checkpf").prop("checked", "checked");
     })

    注意一定要用prop否则使用attr时选择其它组内radio Attr中的checked无法去除

    <div style="display: table-cell;vertical-align: middle;">
                        <ul>
                                <li>
                                   <span><i class="fa fa-info-circle"></i>社:</span>
                                    <label class="normal"><input type="radio" name="35bae2d3-bc87-43c9-bd78-b11bf61e7362" id="3james" value="1" checked="checked">成功</label>
                                    <label class="normal"><input type="radio" name="35bae2d3-bc87-43c9-bd78-b11bf61e7362" id="3ww" value="0" class="checkss">失败</label>
                                </li>
                                <li>
                                    <span title="7%+7%"><i class="fa fa-info-circle"></i>金:</span>
                                    <label class="normal"><input type="radio" name="6748ed61-892c-4489-b2c9-69b8d290ae59" id="6james" value="1" checked="checked">成功</label>
                                    <label class="normal"><input type="radio" name="6748ed61-892c-4489-b2c9-69b8d290ae59" id="6ww" value="0" class="checkpf">失败</label>
                                </li>
                        </ul>
                    </div>
  • 相关阅读:
    软工总结博客
    第四次个人博客
    第三次博客作业
    结对项目作业
    第二次博客作业
    个人博客作业_week14
    个人博客作业_week7
    结对编程_附加题_博客2
    结对编程1_四则运算器_博客1
    个人博客作业_week3
  • 原文地址:https://www.cnblogs.com/firstcsharp/p/13896208.html
Copyright © 2020-2023  润新知