alexmixaylov,
$('tr:visible').each(function (i,el) { //обхожу нужные строки, которые видимы
$("td.id", el).each(function (ii, elem) { //обхожу ячейки в строках
// var getId = $(this).html(); //получаем айди ЗДЕСЬ ВОПРОС??? td class='id'
var getPrice = $(elem).text(); //получаем цену - здесь td class='price' в нем input name='price'