I created an html page with links inside the page.
<div> <a href="#first">first</a> <a href="#second">second</a> <div id="first">First div</div> <div id="second">Second div</div> </div>
But this code does not work on the update page and the browser back and forth. Does anyone know how to solve this problem. I am not looking for html5 api history and jquery history plugin. Want to create this in your base format.
javascript jquery html html5 jquery-plugins
annonymous
source share