jQuery scroll fails for iframe (firefox)
- by knappy
I cannot get scroll to work, here is the complete stuff:
http://zed.mit.edu/scroll2/buc.php
I'm trying to refresh the page while maintaining the scroll position of the iframe inside.
I'd like to have an alert when I actively scroll the iframe, these two both fail:
$(top).frames['#iframe_bucinid'].scroll(function() ....
$('#iframe_bucinid').scroll(function() ...
The page's iframe is defined as:
<iframe class="inframe" src="bucin.php" name="bucin" id="iframe_bucinid">
Notice that getting the scrollTop works with
top.frames['bucin'].document.body.scrollTop