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.
親画面の位置を取得するためにこれを試しましたが、0になりました。
window.parent.$(document).scrollTop()
あなたはこのように試さなければなりません
$(window.parent.document).scrollTop();
また
window.parent.$(window.parent.document).scrollTop(); // if jQuery not included in child frame