var x = document.getElementById('container'); //click can also be antother event x.addEventListener('click', function (x) { console.log('hi'); });