[jQuery] Iframe Scroll
[jQuery] Iframe Scroll
I tried to open a iframe with a definite position. Let’s say I have an
iframe like:
<iframe id="frame" src="http://google.com" width="350"
height="350"></iframe>
And I’d like to scroll at the position X,Y of google page. I tried
scrollTop, scrollLeft and even the plugin scrollTo to no avail. Can I make
$(‘#frame’).scrollTo(300); or
$(‘#frame’).scrollTop(200).scrollLeft(300);
Any help would be appreciated.
--
View this message in context: http://www.nabble.com/Iframe--Scroll-tp24646526s27240p24646526.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.