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

bootstrap的模拟单选按钮

bootstrap的data-toggle='button' 会影响下边的点击事件么。

 <div class="btn-group" data-toggle="buttons" id="radio">
    <label class="btn btn-primary">
        <input type="radio" name="options" id="options1" value="男">男
    </label>
    <label class="btn btn-primary">
        <input type="radio" name="options" id="options2" value="女">女
    </label>
    <label class="btn btn-primary">
        <input type="radio" name="options" id="options3" value="未知">未知
    </label>
</div>

点击按钮后并不能一次得到radio的值,再次点击才可以获得第一次点击的值,这是什么原因,或者能给出点击就可通过选中状态获得radio值

正在回答

2 回答

去掉之后就没有模拟效果了,会出现原来单选的自带样式,就是纠结在这个地方

0 回复 有任何疑惑可以回复我~

去掉data-toggle="buttons"

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

bootstrap的模拟单选按钮

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信