Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

198
Visualizações
is it possible for me to click the button several times to change the text that shows?

im actually new to scripting and i am planning to do my own blog site (with my own touch) but it seems i've stumbled upon a roadblock..

the thing is, i wanted a button that changes the text that shows up on screen, and i have successfully did that by using a code that i borrowed from w3schools lol..

here is the code that i used: https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_toggle_text

it swapped the text by clicking on a button.. now the question is, would i be able to change the swapped text with another text just by clicking on the same button again? cuz that's what i am initially going for.

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

You have to use else if statement continuously

function myFunction() {
 var x = document.getElementById("myDIV");
  if (x.innerHTML === "Hello") {
   x.innerHTML = "Swapped text!";
  } else if (x.innerHTML === "Swapped text"){
   x.innerHTML = "Some another text...";
  } else if (x.innerHTML === "Some another text..."){
   x.innerHTML = "Again some text";
}
}

Like this you have to continue, if you have multiple texts

I hope you understood and am a beginner in these. Thank You

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda