0
如何使用jquery從iframe中的鏈接滾動到父頁面中的某個部分?向下滾動到iframe中的部分
此問題顯示如何滾動到頂部,但我想滾動下降到iframe下面的部分,而不是頂部的父項。 jQuery scroll to top of iframe parent
請問能有人幫忙嗎?
如何使用jquery從iframe中的鏈接滾動到父頁面中的某個部分?向下滾動到iframe中的部分
此問題顯示如何滾動到頂部,但我想滾動下降到iframe下面的部分,而不是頂部的父項。 jQuery scroll to top of iframe parent
請問能有人幫忙嗎?
我想你可以把this post這個想法和你引用的想法放在一起。
<h1 id="target">Scroll to here</h1>
window.parent.document.getElementById("target").scrollIntoView(true);