Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

237
Views
onclick ejecutándose cuando se carga la página

Tengo un código en javascript que solo quiero que cambie el objeto cuando hago clic en él, pero ejecuta el código como si ya hubiera hecho clic en el objeto tan pronto como se carga la página

 "use strict"; function changeText(obj){ obj.innerHTML = "DON'T CLICK ME!"; } function init(){ var obj = document.getElementById("xPhoto"); obj.onclick = changeText(obj); } window.onload = init;
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Está llamando a la función changeText en init , por lo que está configurando obj.innerHTML = "DON'T CLICK ME!" en init

Según su descripción, desea asignar chagneText al onclick de obj , algo así como: obj.onclick = changeText

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!