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
Scrolling to an element of innerHTML element added via DOM manipulation in window.onload

I have a requirement where I am updating the innerHTML of DOM Element inside window.onload and then I want to scroll to one element inside that innerHTML based on hash value in address bar.

The issue here is that innerHTML may contain images etc.

Sample Code:

window.onload = function() {
   document.getElementById('container').innerHTML = '<div><img src="image1.png"/><div id="scrollToElement">Scroll Here</div><img src="image2.png"/><img src="image3.png"/></div>';
   document.getElementById('scrollToElement').scrollIntoView();

}

This scrolls to some random position.

about 4 years ago · Santiago Gelvez
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!