var arr = []; jQuery(".st_line[id='types']").each(function(){ arr.push({ name: jQuery('.st_name b', this).text(), value: jQuery('.st_value b', this).text() }); });