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>
  article, aside, figure, footer, header, hgroup, 
  menu, nav, section { display: block; }
  
  .hide{ display: none;}
</style>
</head>
<body>
      <ul>
      <li class="hide">list 1.1</li>
      <li>list 1.2</li>
      <li>list 1.3
        <ul>
          <li>list 2.1</li>
          <li class="hide">list 2.2</li>
          <li>list 2.3
            <ul>
              <li id="list-item">list 3.1</li>
              <li class="hide">list 3.2</li>
            </ul>
          </li>
          <li class="hide">list 2.4</li>
          <li class="hide">list 2.5</li>
        </ul>
      </li>
      <li class="hide">list 1.4</li>
    </ul>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers