Answers for "javascript is there any way to change the url without loading the page"

5

javascript change url without reload

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

Code answers related to "javascript is there any way to change the url without loading the page"

Code answers related to "Javascript"

Browse Popular Code Answers by Language