Tagged Questions
3
votes
4answers
2k views
Url Hash with Html Base Tag
window.location.hash
When using a link for a javascript action, I usually do something like this:
<a href="#">Link Text</a>
That way, when someone clicks the link before the page loads ...