我想做的很简单,但我认为bootstrap没有办法做到这一点。
在我的页面中,我使用innerHTML
动态插入此引导程序html:
<div class="btn-group" data-toggle="buttons-radio">
<button type="button" class="btn">Left</button>
<button type="button" class="btn">Middle</button>
<button type="button" class="btn">Right</button>
</div>
页面加载时html不在常规dom中,因此单选按钮行为不会被激活。然后我如何通过javascript激活data-toggle =“buttons-radio”?