标签: jquery iframe jquery-selectors
如何将iframe上的脚本内容修改为主体,如下所示:
$("window#text").text("main body DIV modified!");
谢谢!
答案 0 :(得分:1)
您可能希望访问How to access parent.document elements using JQuery in firefox? - 有很多关于使用jQuery从父框架访问元素的好答案。