如何操作iframe父頁面中的元素、方法、變量

方法 1. 在iframe中查找父頁面元素的方法: jQuery的方法:$("#id",window.parent.document) 原生的方法:window.parent.document.getElementById("id"); //有時候iframe會嵌套好幾層,那麼嵌套兩層時就是: window.parent.parent.document.getElementById("id");
相關文章
相關標籤/搜索