This can be avoided with
HTML Code:
<a href="#" onclick="myStuff(); return false;">Click</a>
Thus the href is not considered at all.