Alterar o Texto HTML Usando JavaScript #1843
Unanswered
brozmado
asked this question in
Perguntas e Respostas
Replies: 2 comments
-
Olá tudo bem? let linkContato = document.querySelector("#template_foneTelevendas a");
if(linkContato){
linkContato.innerText = "Contato:";
} Exemplo rodando online - https://jsfiddle.net/lucaslimax/hf8yaojs E o erro do seu seletor talvez seja a classe de coluna sem o ponto e os dois pontos após a mesma classe. Espero ter ajudado abraços 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Olá, estou tentando alterar um texto (Televendas) Para (Contato) incorporado no HTML com DOM Javascript mas sem sucesso!! segue abaixo a estância do que eu fiz:
Alguém pode me dá uma luz..
Beta Was this translation helpful? Give feedback.
All reactions