I have a page with a #iframe, and when the page loads, I need the iframe scroll to slide horizontally to the right.
I tried several ways but so far nothing.
jQuery("#iframe").contents().find("html,body").animate({scrollLeft:100}, 1000);...
asked by
13.10.2016 / 22:08