website/modules/snippet/snippets/docs/API/JS/Navigation/bindElements/example-0-0.js
vlw e5a0a8169c Initial code commit (#1)
First (rushed 😦) release of the Vegvisir website.

Reviewed-on: https://codeberg.org/vegvisir/website/pulls/1
Co-authored-by: vlw <victor@vlw.se>
Co-committed-by: vlw <victor@vlw.se>
2024-08-30 10:01:58 +00:00

5 lines
No EOL
253 B
JavaScript

// The programatically appended anchor tag will not have Vegvisir event listeners on it yet
document.body.appendChild(document.createElement("a"));
// It will have Vegvisir event listeners after this method is called
vegvisir.Navigation.bindElements();