var table = $('#table'); var trs = $('tr', table); var option = []; trs.each(function(){ option.push($('td',this)); });