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

135
Views
La función addEventListener no se ejecutará

por mi vida no puedo entender por qué esto no funciona

 document.querySelector('body').addEventListener('click', function () { console.log('wow') });

No recibo ningún error, pero no se registra nada al hacer clic.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

No hay contenido en el cuerpo, por lo que tiene una altura de 0px . Puede establecer su altura:

 document.querySelector('body').addEventListener('click', function() { console.log('wow') });
 html, body { height: 100%; }

O adjunte el detector de eventos de click al document en su lugar:

 document.addEventListener('click', function() { console.log('wow') });

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!