var tch = document.querySelectorAll(".MyTab tbody tr"); tch.forEach(function(table, j) {});
var trs = document.querySelectorAll(".MyTab tbody tr"); for (var i = 0; i < trs.length; i++) { var tr = trs[i]; //... }