Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
<!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
  #set2 div{
    display:none;
  }
</style>
</head>
<body>
  <div id="set1">
<div class="1">1.1</div>
<div class="2">1.2</div>
<div class="3">1.3</div>
</div>
<div id="set2">
<div class="1">2.1</div>
<div class="2">2.2</div>
<div class="3">2.3</div>
</div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers