In that case I need to scroll my page onclick event to show the fully loaded content in a <div>, which just loaded content.
That can be done with window.scrollBy(x, y). Where if you’d like to scroll vertically you’ve to change the y value.
In that case I need to scroll my page onclick event to show the fully loaded content in a <div>, which just loaded content.
That can be done with window.scrollBy(x, y). Where if you’d like to scroll vertically you’ve to change the y value.