Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<div style="top: 100px; background-color: rgba(5, 5, 0, 0.7); display: block;" id="wd1_nlpopup" data-expires="30" data-delay="10">
    <div id="overlay">
        <a href="#closepopup" id="d1_nlpopup_close">X</a>
    <div class="content">  
    
      <a  href="#0"><iframe src="http://www.google.com"/></iframe>
              </div>   áda               
    </div>ádasd
</div>
 
// If an event gets to the body
$("body").click(function(){
  $(".popup").fadeOut().removeClass("active");
});
// Prevent events from getting pass .popup
$(".popup").click(function(e){
  e.stopPropagation();
});
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers