Possible Duplicate:
Avoid window jump to top when clicking #-links
On my site I have links that I click and jquery handles an event for them. The links are simple, eg:
<a href=# class=bleh>click</a>
The problem is, I click a link such as that, it scrolls to the top of the page (probably because of the #).
Is there any way to make the page not scroll up at all and just stay put?
I understand I dont need the href tag, but I want it to appear as a link.