Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

194
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda