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

187
Views
How to make a div clickable using javascript?

I want a parent div to be clickable through using javascript. Here is the code:

document.getElementById("box").addEventListener("click", function() {
  window.location.href = "https://example.com";
});
#box {
  width: 200px;
  height: 200px;
  background-color: red;
}
<div id="box">
  //something
</div>

But the script doesn't work. I've replaced the script by the following one, but still doesn't work:

document.querySelector("#ID").addEventListener("click", function() {
  window.location.href = "https://example.com";
}); 

so, where am I doing wrong?

about 4 years ago · Juan Pablo Isaza
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!