Answers for "how to set window location search without reload"

5

how to set window location search without reload

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

how to set window location search without reload

window.history.replaceState( {} , title, new_URL );
Posted by: Guest on May-22-2021

Code answers related to "how to set window location search without reload"

Browse Popular Code Answers by Language