1
I have a #iframe page, and when the page loads, I need the iframe scroll to slide horizontally to the end (to the right).
I tried several ways but so far nothing.
jQuery("#iframe").contents().find("html,body").animate({scrollLeft:100}, 1000);
Someone would help me ?
It is an iframe of an internal or external url?
– Kenny Rafael
an internal url ! (action=".. /test/index.php")
– Rafael Perrechil