In my page there are some anchor that has no link, like this:
<a href="#">Anchor</a>
When I click anchor that is bottom of the page, Page is scrolling to top. I want to keep page position, if I clicked the link. How Can I do this. (no js is better for me)
I hope, I could explain.
Thanks in advance.
You’ll still have to use JS, but you can do it inline:
Demo: http://jsfiddle.net/7ppZT/
Alternatively, you can capture the event: