To jump to a specific section in html page I can use <a href="last-section"></a>
or window.location.hash='last-section'
, which change
the page's url like
www.exmple.com/index.html#last-section
.
but is there a way to jump to that section without changing the url??