var mytext=''; $(".mydiv").each(function(){ /*-----всякие действия-----*/ mytext += $(this).text(); });