javascript add query parameter without refresh 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');