document.onclick = function(event){ var target = event.target; if(target.id.indexOf('tab') === 0){ target.innerHTML = target.id; } }