How to manage the back button with JavaScript
One major issue with JavaScript-based applications is that they break the Back button. If you update content on the page with JavaScript rather than loading a new page from the server, no entry made is in the browser history; so … Continue reading
Posted in Blog
Comments Off on How to manage the back button with JavaScript