<a href="http://www.ya.ru" id="kkk">hhhhhh</a>
document.getElementById("kkk").addEventListener("click", function(){return false}, false);
document.getElementById("kkk").href='#'
<a href="http://www.ya.ru" id="kkk">hhhhhh</a> <script> document.getElementById("kkk").addEventListener("click", function(e){e.preventDefault()}, false); </script>
<a href="http://www.ya.ru" id="kkk">hhhhhh</a> <script> document.getElementById("kkk").onclick = function(){return false}; </script>
<a href="http://www.ya.ru" onclick="return false">hhhhhh</a>