detect all clicks js code example Example: how to detect clicks with javascript element.addEventListener('click', function () { alert('Clicked!') });