[jQuery] Re: Scroll Event on iframe in IE

2009-07-10 Thread erik.madsen
Bump On Jul 9, 9:59 am, "erik.madsen" wrote: > My event listener for iframe scrolling works fine for FF and Safari > but doesn't work for IE7 at all. > > $($('#myIframeId').contents()).scroll(onFrameScroll); > > Does anyone have any experience getting this to work?

[jQuery] Scroll Event on iframe in IE

2009-07-09 Thread erik.madsen
My code for adding an event listener for scrolling on an iframe works fine for FF and Safari but not IE7. I haven't tested IE6 or 8. $($('#MyIFrameId').contents()).scroll(onFrameScroll); Does anyone have any experience getting the scroll event to fire on an iframe in IE?

[jQuery] Scroll Event on iframe in IE

2009-07-09 Thread erik.madsen
My event listener for iframe scrolling works fine for FF and Safari but doesn't work for IE7 at all. $($('#myIframeId').contents()).scroll(onFrameScroll); Does anyone have any experience getting this to work?