[jQuery] Scroll Event on iframe in IE

[jQuery] Scroll Event on iframe in IE


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?