I have a div which located at the bottom of the page:
<div id="myDiv"></div>
I want to go to this div after performing of my JS-function. In other words, I want to have my url become myurl#myDiv and to go to my div. But without reloading the page. How this can be done using JavaScript? Unfortunately I have not found a working solution for this issue. I am not using any JS-libraries and frameworks.