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

127
Views
Avoid going to the top of web page when opening a modal

When I press a button to open a pop-up window, we also go to the top of the web page at the same time. How can I change the code so that when we click the button we won't go to the top of the page?

const modal = document.getElementById("modal")
const overlay = document.getElementById("overlay")
const openBtn = document.getElementById("openBtn")
const closeBtn = document.getElementById("closeBtn")

openBtn.addEventListener("click", function() {
    modal.style.display = "block"
    overlay.style.display = "block"
})

closeBtn.addEventListener("click", function() {
    modal.style.display = "none"
    overlay.style.display = "none"
})
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!