Answer the question
In order to leave comments, you need to log in
Button group on bootstrap
There is a group of several buttons
<div class="btn-group">
<button id="v1" type="button" class="btn btn-primary">один</button>
<button id="v2" type="button" class="btn btn-primary">два</button>
<button id="v3" type="button" class="btn btn-primary">три</button>
</div>
Answer the question
In order to leave comments, you need to log in
The .active class
<div class="btn-group">
<button id="v1" type="button" class="btn btn-primary active">один</button>
<button id="v2" type="button" class="btn btn-primary">два</button>
<button id="v3" type="button" class="btn btn-primary">три</button>
</div>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question