こんにちは、jQuery を使用して Bootsramp で選択した btn-group の値を取得する方法を教えてください。
ここにデモがあり、これはのコードです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>