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-2.0.3.js"></script>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
<a href="#Popup_normal" >Expose Modal</a>
<a href="#Popup_normal2">Expose Modal2</a>
<div id="Popup_normal" class="Modal expose_modal" >
    <div class="content">
        <h2>Hey look at me being some content</h2>
        <p>We all know content needs a friendly sentence.</p>
        <a href="#" class="cancel">Cancel</a>
        <span class="close"></span>
    </div>
</div>
<div id="Popup_normal2" class="Modal expose_modal" >
    <div class="content">
        <h2>Hey look at me being some content</h2>
        <p>We all know content needs a friendly sentence.</p>
        <a href="#" class="cancel">Cancel</a>
        <span class="close"></span>
    </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