How can I remove the hashtag which is used as a null link when triggering javascript?
What I mean is,
<a href="#">link</a>
to trigger a javascript content, making the url http://whatever.com/index.html#.
How can I get rid of the # without removing it from the <a>
attribute?