insertAdjacentHTML Causing Inserted HTML to Appear

insertAdjacentHTML Causing Inserted HTML to Appear

Question:
I need to figure out a way to insert a chunk of HTML after the begin tag of the body element without causing the HTML that is in view to be scrolled to make space for the new HTML to be inserted.

I am implementing a “Line Up” function, and part of the process is to insert more content (if it is available) if the user has already scrolled through all the content in the page. So let’s say that the user is at the top of page 3. When the user performs a “line up” operation I want to display the bottom of page 2. But all I can do is display all of page 2 because the insertAdjacentHTML method inserts the HTML and pushes down page 3. Any help would be appreciated.

Answer:
One possibility that I can think of off the top of my head would be to do the following:

  • Insert an anchor tag into the beginning of the text block on page 3 before inserting the “new page”
  • Perform the insertAdjacentHTML method
  • Call window.tempLoc.scrollIntoView()
  • Then call window.tempLoc.outerHTML=””

By retaining the position via a placeholder, you’ll move back to that position once the page repaints. The final call wipes out the tempLoc span so that you can use it again. It isn’t necessarily the most elegant way, but it’s worked for me in similar situations.

Share the Post:
XDR solutions

The Benefits of Using XDR Solutions

Cybercriminals constantly adapt their strategies, developing newer, more powerful, and intelligent ways to attack your network. Since security professionals must innovate as well, more conventional endpoint detection solutions have evolved

AI is revolutionizing fraud detection

How AI is Revolutionizing Fraud Detection

Artificial intelligence – commonly known as AI – means a form of technology with multiple uses. As a result, it has become extremely valuable to a number of businesses across

AI innovation

Companies Leading AI Innovation in 2023

Artificial intelligence (AI) has been transforming industries and revolutionizing business operations. AI’s potential to enhance efficiency and productivity has become crucial to many businesses. As we move into 2023, several

data fivetran pricing

Fivetran Pricing Explained

One of the biggest trends of the 21st century is the massive surge in analytics. Analytics is the process of utilizing data to drive future decision-making. With so much of

kubernetes logging

Kubernetes Logging: What You Need to Know

Kubernetes from Google is one of the most popular open-source and free container management solutions made to make managing and deploying applications easier. It has a solid architecture that makes

ransomware cyber attack

Why Is Ransomware Such a Major Threat?

One of the most significant cyber threats faced by modern organizations is a ransomware attack. Ransomware attacks have grown in both sophistication and frequency over the past few years, forcing

data dictionary

Tools You Need to Make a Data Dictionary

Data dictionaries are crucial for organizations of all sizes that deal with large amounts of data. they are centralized repositories of all the data in organizations, including metadata such as