jquery取iframe父页面或frameset中其他frame中的对象
1、取iframe父页面中的对象
index.html
?child.html ?中js?main.html?top.html中取main.html中的值var x = $(window.parent.frames["topFrame"].document).find("#x1").text();?
?main.html?top.html中取main.html中的值var x = $(window.parent.frames["topFrame"].document).find("#x1").text();?
?main.html
?top.html中取main.html中的值var x = $(window.parent.frames["topFrame"].document).find("#x1").text();?
?top.html中取main.html中的值
var x = $(window.parent.frames["topFrame"].document).find("#x1").text();