I have the following link:
<a href="#section">Section</a>
Now I really want this link to be working so the url will be changed to
mypage.html#section
But than on the other hand, if I just keep the code as it is, the browser would scroll the page back to the top automatically, and I don't want that to happen.
Obviously return false;
will not suffice because it will not change the url.
Any ideas?
(Thanks)