var cotNew_sob = $('.cotNew_sob'); var arrcotNew_sobText=[]; //массив текстов cotNew_sob.each(function() { arrcotNew_sobText.push($(this).text()); });