website/modules/snippet/snippets/docs/API/JS/Navigation/navigate/1.js

5 lines
No EOL
214 B
JavaScript

const target = document.querySelector("#target");
const nav = new vegvisir.Navigation("/some-page");
// Will replace the contents of an element with id #target with the contents of /some-page
nav.navigate(target);