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

131
Views
Detect click event position of an overlapping dot

this is a codepen live demo at here.

1)Click on the gird to add first red point

2)Click on the gird to add second red point

3)Click back on the first red point

Problem: You will see that the coordinates will change or detected as you click the first and second. However, when you click back the the first point, the coordinates is not detected and perhaps because its overlay. May I ask if there is a solution for this and show a demo:)

Example here

.red-dot {
  position:absolute; 
  width:15px; 
  height:15px;
  background:red;
}
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

in order to make it work you can add pointer-events: none; to your CSS.

so it'll look like this:

.red-dot {
  position:absolute; 
  width:15px; 
  height:15px;
  background:red;
  pointer-events: none;
}

this way the click will be ignored and applied on the grid it self instead of the red square element

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!