var nodes = document.querySelectorAll(".livetable__contain"); [].forEach.call( nodes, function(div) { var val = div.innerHTML; alert(val) });