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.
如何找到窗口顶部位置和我的 iframe 起始位置之间的距离。
我尝试使用这种方法使用javascript确定从div顶部到窗口顶部的距离, 但它对我不起作用。
请提出解决方案。
我试过使用这种方法:
var topDistance = $('iframe')[0].offsetTop;
取得了不同程度的成功。其中,您的标签名称将是:
var topDistance = $('#myframeId').offsetTop;