Binding scroll event to iframe [duplicate]
问题 This question already has an answer here : How to make IFRAME listen to scroll events as parent when click event within parent iframe is triggered (1 answer) Closed 5 years ago . I'm using an iframe to load an external URL. Here's the structure - <iframe id="iframe-wrapper" src="http://blog.kpmg.ch/" style="width: 100%; height: 100%; overflow-y: scroll"></iframe> I'm trying to do something when I scroll through the iframe contents. I tried various ways, nothing worked. Here are some things I