var res = $("tr.nowrap>td.unit-item", "#mainTable").map(function(){ return parseFloat($(this).text().math(/-?\d+(?:\.\d+)?/)); });