Default link: localhost/sample-page/
Target link: localhost/sample-page/#bottom
<a href="#bottom">
<div class="arrow"></div>
</a>
<div class="container" id="bottom">
This link is in the same page, the scenario is that when a link is clicked it will go to localhost/sample-page/
but it showing localhost/sample-page/#bottom
How do I remove #bottom
when the a
is clicked?