メモメモ。
// 直下の子要素がtdの場合のみ取得可能(孫は無視) $('selector').children('td'); // 孫も見に行くパターン $('selector').find('td');