<a id="alert" href="/news" onclick="testFunction(this);">link</a> <script> function testFunction(el){ alert(1); el.preventDefault(); } </script>