var div = document.getElementById('myId'); div.addEventListener('click', function(e){ console.log(this.getAttribute('id')) });