4-9按钮切换没作用,4-10按钮效果与实际不符
个人觉得4-9,4-10两节都很有问题,代码运行效果与实际不符,请审查
个人觉得4-9,4-10两节都很有问题,代码运行效果与实际不符,请审查
2015-04-20
第一次点击有用颜色变深,再次点击无变化;
官方文档
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.
举报