jquery iframe 获取父级
1.在父窗口中获取指定iframe(testiframe)id为testid的class
$(window.frames["testiframe"].document).find("#testid").attr('class');
2.在IFRAME中获取父窗口中id为testid的class
$(window.parent.document).find("#testid").attr('class');
iframe框架的:
<iframesrc="test.html"id="testiframe"width="700"height="300"frameborder="0"scrolling="auto"></iframe>
相关推荐
架构技术交流 2020-07-28
haohong 2020-07-18
tiankele0 2020-06-26
xiangxiaojun 2020-06-25
pythonclass 2020-06-04
WebVincent 2020-06-03
sixthelement 2020-05-30
云之高水之远 2020-05-19
云之高水之远 2020-05-17
Chydar 2020-05-15
tuxlcsdn 2020-04-17
ajaxtony 2020-02-03
STPace 2020-02-03
学留痕 2013-05-11
云之高水之远 2020-01-05
TONIYH 2019-12-20
nimeijian 2019-12-15
我只是个程序员 2014-01-18