javascript update query params without reload code example
Example: javascript change url without reload
window.history.pushState('', 'New Page Title', '/new-url.php');
window.history.pushState('', 'New Page Title', '/new-url.php');