I use jQuery, I need to make some anchor tags perform no action.
I usually write it like this:
link
H
sth.
this was my anchor tag. so return false on onClick="" event is not usefull here. I just removed href="#" property and it worked for me just like below
and i needed to add this css.
.SomeClass { cursor: pointer; }