您好,请您帮我弄清楚如何使用jQuery获取Bootsramp中所选btn-group的值?
这是一个Demo,这是代码class="btn-group" data-toggle="buttons-radio":
<div class="btn-group" data-toggle="buttons-radio">
<button type="button" class="btn btn-primary">Left</button>
<button type="button" class="btn btn-primary">Middle</button>
<button type="button" class="btn btn-primary">Right</button>
</div>
Run Code Online (Sandbox Code Playgroud)