Stack Overflow em Português Asked by Rafael Perrechil on December 20, 2021
Tenho uma página com um #iframe, e quando a página carregar, preciso que o scroll do iframe deslize horizontalmente até o fim (para a direita).
Tentei diversas maneiras mas até agora nada.
jQuery("#iframe").contents().find("html,body").animate({scrollLeft:100}, 1000);
Alguem saberia me ajudar ?
Você quase conseguiu.
Teste apenas adicionar o seu código no $(window).load()
e veja o que acontece.
$(window).load(function(){
jQuery("#iframe").contents().find("html,body").animate({scrollLeft:100}, 1000);
});
Vale lembrar que pode existir alguns bloqueios de seguranças no iframe, impedindo assim o funcionamento.
Para mais informações, veja esta pergunta, que acho que irá lhe ajudar bastante.
Answered by Randrade on December 20, 2021
Get help from others!
Recent Questions
Recent Answers
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP