I need an anchor from window.location in JavaScript, for example, the following url:
window.location
http://www.example.com/page.html#anchor1
What is the easiest way?
window.location.hash
This should be exactly what you want: