I am having some issues with bootstrap radio buttons and I just wanted to quickly check if Bootstrap should be appending the active class to a set of radio buttons I have, because if it is supposed to then it isn’t and I can figure out why.
Here is my HTML
<div class="span12 btn-group pageSelector" data-toggle="buttons-radio">
<button type="button" class="btn btn-primary">Settings</button>
<button type="button" class="btn btn-primary">Fields</button>
<button type="button" class="btn btn-primary">Layout</button>
</div>
And my JS
$('.pageSelector').button();
I am running with jQuery UI as well but have removed the button widget to avoid the conflict.
Thanks, I appreciate your help.
Lee
You could check it yourself with Firebug or Chrome Dev Tool or something.
But yes, once it’s clicked it adds an active-class.