I've had the same problems when using # as a href. To solve this problem I made a function to call instead:
<script>
function doNothing() { return; }
</script>
so instead of using # you should replace them with javascript:doNoting();
(<a href="javascript:doNothing();">link</a>)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.