Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
  <script src="https://code.jquery.com/jquery.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="https://code.jquery.com/jquery-3.1.0.js"></script>
</head>
<body> 
  <ul class="nav nav-tabs">
  <li><a href="#home" data-toggle="tab">Home</a></li>
  <li><a href="#profile" data-toggle="tab">Profile</a></li>
  <li><a href="#messages" data-toggle="tab">Messages</a></li>
  <li><a href="#settings" data-toggle="tab">Settings</a></li>
</ul>
  
  <div class="tab-content">
  <div class="tab-pane active" id="home">This is Home</div>
  <div class="tab-pane" id="profile">This is Profile</div>
  <div class="tab-pane" id="messages">This is Messages</div>
  <div class="tab-pane" id="settings">This is Settings</div>
  </div>
  
  <div id="newHome" class='new'>
    Want to print home content here
  </div>
  <div id="newProfile" class='new'>
    Want to print profile content here
  </div>
    <div id="newMessages" class='new'>
    Want to print messages content here
  </div>
    <div id="Settings" class='new'>
    Want to print settings content here
  </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers