본문 바로가기

IT 낙서장

jquery 몇 번쨰 자식인자 찾아가기

var $tr = $(this).parent().parent();
    var attrName = $tr.find('td:nth-child(1)').text();