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.4.0/jquery.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
child iframe
</body>
</html>
 
window.runFunction = function() {
  console.log("I must be a parent, because a function was run in me: ", window)
};
if (window.parent === window) {
 console.log('I have no parents'); 
}
else {
  window.parent.runFunction();
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers