카테고리 없음

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

SuperBlogger 2015. 2. 14. 20:26
반응형

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







var $tr = $(this).parent().parent();


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










반응형