skip to Main Content

Bootstrap 3.3.7 button groups – only 1 button can be clicked-Twitter bootstrap

I have a form with 2 button groups, I would like to be able to select an option from both groups. Here is my code: <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script> <fieldset id="card_type_fieldset"> <legend>Card Type</legend> <div class="btn-group btn-group-justified"…

VIEW QUESTION
Back To Top
Search