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

181
Views
Creating and accessing unique html div via javascript

Part of my script using the below to create the div.

days += <div class="day${i}">${i}</div>;

My question is how do I access it?

document.querySelector(".day8").addEventListener("click", () => {

Using this method works with other divs I have created but doesn't seem to work with divs inside divs... The structure is "day" inside of "days".

Sorry if this is not clear.

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

0

This won't work if the div is created after you run the select script(document.querySelector(".day8").addEventListener("click", () => {).

The solution is that you will have to run the select script above once again after adding the div.

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!