Answers for "get the current url on page load and then dont change it on reload JS"

5

javascript change url without reload

window.history.pushState('', 'New Page Title', '/new-url.php');
Posted by: Guest on July-22-2019
0

without refresh update url in js

history.pushState(state, title, url)
Posted by: Guest on April-25-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language