Created
March 5, 2020 13:05
-
-
Save wireinet/8e2e634605f9cdfb17e63a333f9223b6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function rename() { | |
document.querySelector('selector').innerHTML = 'new name'; | |
} | |
document.addEventListener("DOMContentLoaded", rename); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment