On 18 Nov, 04:12, Randy  Johnson <[EMAIL PROTECTED]> wrote:
> When I click on the date above I want to be able to change the rowSpan
> on the td that surrounds it.  I cannot seem to get it right.

try this:
$('#r2').parent().parent().attr('rowspan', '1');

Reply via email to