<div id="and" onclick="myFunc()">Click Me!</div> <script> function myFunc() { alert(event.target.id) } </script>