Search Results

0
votes

innerHTML manipulation in JavaScript

Would it work to set the scroll position back to the top (element.scrollTop = 0; element.scrollLeft = 0; by heart) before replacing the content? …