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>
  </head>
<body>
<script src="http://code.jquery.com/jquery-2.2.0.min.js"></script>
<script type="text/javascript" src="../javascript/javascript.js"></script>
<button id="button">Hide Roberts Notes</button>
<h1>Header</h1>
<p>Step 1</p>
<p class="Robert2">Step 2(will get hide)</p>
<p>Step 3</p>
<p>Step 4</p>
<p class="Robert2">Step 5(will get hide)</p>
<p>Step 6</p>
<p class="Robert2">Step 7(will get hide)</p>
<p>Step 8</p>
<p class="Robert2">Step 9(will get hide)</p>
<p class="Robert2">Step 10(will get hide)</p>
<div class="Robert2">
<p>Hide the whole DIV</p>
<p>Hide the whole DIV</p>
</div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
eBookWizzpro
0viewers