[jQuery] Scroll Event on iframe in IE

[jQuery] Scroll Event on iframe in IE


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?