0
$(".csstablelisttd").live('mousedown', function (e)
{ var rowIndex = $(this).closest("tr").index();
var colIndex = $(e.target).closest('td').index();
alert($('.csstextheader').eq(rowIndex).find('td').eq(colIndex).find('span').attr('id'));
});
//我必須要找到對分別具有的rowIndex和colIndex細胞的點擊跨度ID。 讓我不確定
我要選擇頭跨度ID – lax
感謝花花公子........... – lax
@nathan,如果您有任何意見,使在標籤上,請用一切手段來左右,但要拿出來在[meta]上;請勿自行編輯標籤。 – Ben