Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图了解如何在 Gmail 中检测滚动(他们使用 iframe 来包含主要内容/界面,然后使用 JS 创建滚动条)。
我正在使用jQuery,但我无法弄清楚如何做到这一点......
如果有人关心,我找到了需要将滚动事件附加到的元素:
$canvas_frame.contents().find(".ar4 .Tm.aeJ")
$canvas_frame的iframeid在哪里#canvas_frame,这是 Gmail 特有的。
$canvas_frame
iframe
#canvas_frame
同源策略可防止您看到与主机页面不是从同一域提供的 iframe 中发生的事情。