[].forEach.call(document.getElementsByTagName('td'), function(el) { el.onclick = function() { this.className = (/other_bg/.test(this.className)) ? '' : 'other_bg'; }; });