Please look at http://jsfiddle.net/wg9j4n1f/6/
When you run the above jsfiddle page, you will see a table render. In this table, you will see rectangular lightgreen boxes. They are <div>s, and each one is a child to a <td> tag that has a 'rowspan' attribute. My goal is to use jQuery to set the <div> heights to match their <td> parent.
Can someone help me out with this please? Thanks.