4-9按钮切换没作用,4-10按钮效果与实际不符

来源:4-9 按钮插件--按钮状态切换

df4gg55

2015-04-20 17:31

个人觉得4-9,4-10两节都很有问题,代码运行效果与实际不符,请审查

写回答 关注

3回答

  • 慕莱坞936830
    2019-06-26 22:29:16

    感觉可以借鉴之前学的checkbox的思路来写

    <div class="btn-group" data-toggle="buttons">
        <label class="btn btn-primary" ><input type="checkbox" name="options">Male</label>
    </div>


  • 菜花
    2015-04-22 16:42:30

    第一次点击有用颜色变深,再次点击无变化;

    官方文档

    http://v3.bootcss.com/javascript/#buttons-single-toggle

    如下:

    Add data-toggle="button" to activate toggling on a single button.


    Pre-toggled buttons need .active and aria-pressed="true"

    For pre-toggled buttons, you must add the .active class and the aria-pressed="true" attribute to the button yourself.


  • purple_yao
    2015-04-21 09:09:38

    谢谢,你提出的问题,我们会好好看一下的。

玩转Bootstrap(JS插件篇)

带领大家学习怎么使用JS自由控制Bootstrap中提供的组件

128652 学习 · 296 问题

查看课程

相似问题