Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<script src="//fb.me/react-with-addons-0.11.0.js"></script><script src="Scripts/jquery-1.4.2.min.js" type="text/javascript"></script>
<script type="text/javascript" language="javascript">   
$(document).ready(function(){
  $("table").delegate("td","click",function(){
         alert('I am' + $(this).text());
  });
});
</script>
 
 li{
      width:100px;
      border:1px solid red;
      height:100px
    }
ul{
  overflow:auto;
   width:200px;
  height:300px;
  border:1px solid #f00;
   
}
<table border="1" width="200px" cellspacing="5" cellpadding="5">
   <tr>
       <td>Item 1</td>
       <td>Item 2</td>
   </tr>
   <tr>
       <td>Item 3</td>
       <td>Item 4</td>
   </tr>
</table>
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers