$(".demo").each(function() { // parse each .demo element document.write($(this).text() + " "); // output their text });