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>
    
  <script src="http://code.jquery.com/jquery-1.9.0.min.js"></script>  
</head>
<body>
  <div id="foo">
    <div>bar</div>     
  </div>
</body>
</html>
 
$(function() {
  try {
    $($("#foo").html());
    //or
    /*
    $("\
      <div></div>");
      */
  } catch(e) {    
    console.log("Exception: ", e.message);
  }    
});
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers