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.5.1/jquery.min.js"></script>
    <meta charset=utf-8 />
</head>
<body>
  
  <span id="inline">
    <div id="block">Can you see me??</div>
  </span>
  
  <br>
  <div id="result">
  </div>
  
  <style>
    /* Making it inline-block makes it visible to jQuery again. */
    /* #inline { display: inline-block; } */
    
    /* Unrelated */
    #result { 
      background: red;
      color: white; 
      display: inline-block; 
      *display: inline; *zoom: 1;
      font-weight: bold; 
      margin-top: 10px; 
      padding: 5px; 
    }
    #result.success { background: green; }
</style>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers