1. 程式人生 > >iframe父頁面獲取子頁面元素方法

iframe父頁面獲取子頁面元素方法

網上那些父頁面獲取子頁面元素的方法,無論我怎麼試,就是不行,

然後我就列印$(window.frames["myiframe"])依次找方法:

1.$(window.frames["iframe的id"].contentDocument.documentElement).find(".mycontainer")

2.window.frames["iframe的id"].contentDocument.getElementsByClassName("mycontainer")