Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
    <br/>
  
  <div id='d1' > Hi i am div1</div>
  <br/>
  
  <div id='d2' > Hi i am div2</div>
  <br/>
  
  <div id='d3' > Hi i am div3</div>
  
</body>
</html>
 
document.addEventListener("mousedown", handleClick);
function handleClick(e) { 
  alert(e.target.innerHTML + ' ');
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers