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.11.1.min.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <p>Div 1</p>
  <input class="toggle" data-target=".div-one" type="radio" name="enableDivOne" value="yes" checked><span>Yes</span>
  <input class="toggle" data-target=".div-one" type="radio" name="enableDivOne" value="no">
  <span>No</span>
  <p>Div 2</p>
  <input class="toggle" data-target=".div-two" type="radio" name="enableDivTwo" value="yes" checked><span>Yes</span>
  <input class="toggle" data-target=".div-two" type="radio" name="enableDivTwo" value="no">
  <span>No</span>
  <div class="div-one">One</div>
  <div class="div-two">Two</div>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
Oka-pro
0viewers