Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
<script src="https://code.jquery.com/jquery-1.9.1.js"></script>
    <meta charset="utf-8">
    <title>Stuff</title>
  </head>
  <body>
    <div>Tab 1: <input type="radio" name="tab1" class="tab-input" value="Yes"> Yes <input type="radio" name="tab1" id="" class="tab-input" value="No"> No</div>
    <div>Tab 2: <input type="radio" name="tab2" class="tab-input" value="Yes"> Yes <input type="radio" name="tab2" id="" class="tab-input" value="No"> No</div>
    <div>Tab 3: <input type="radio" name="tab3" class="tab-input" value="Yes"> Yes <input type="radio" name="tab3" id="" class="tab-input" value="No"> No</div>
    <div>Tab 4: <input type="radio" name="tab4" class="tab-input" value="Yes"> Yes <input type="radio" name="tab4" id="" class="tab-input" value="No"> No</div>
    <div>Tab 5: <input type="radio" name="tab5" class="tab-input" value="Yes"> Yes <input type="radio" name="tab5" id="" class="tab-input" value="No"> No</div>
    <div class="tab" id="tab1">Contents of Tab 1</div>
    <div class="tab" id="tab2">Contents of Tab 2</div>
    <div class="tab" id="tab3">Contents of Tab 3</div>
    <div class="tab" id="tab4">Contents of Tab 4</div>
    <div class="tab" id="tab5">Contents of Tab 5</div>
  </body>
</html>
Output 300px

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers