Como definir a pesquisa de localização da janela sem recarregar
window.history.pushState('', 'New Page Title', '/new-url.php');
Grepper
window.history.pushState('', 'New Page Title', '/new-url.php');
window.history.replaceState( {} , title, new_URL );