Answers for "how change url site by javascript"

5

javascript change url without reload

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

javascript change url

history.pushState({}, null, newUrl);
Posted by: Guest on March-20-2020

Code answers related to "how change url site by javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language