I have a div, which is in a link href tag:
<a href="banana.html"><div id="somediv">Some Div</div></a>
when I click on the div, the entire page unloads and reloads with banana.html. However, I'm using websocket and need only a part of the page to reload, is there a way to change the window url without refreshing the page?
Thanks!