[].forEach.call(document.querySelectorAll('tr'), function(item) { var td = document.createElement('td'); item.appendChild(td); });