开发者

jquery selection from iframe to div on mail page

开发者 https://www.devze.com 2023-03-19 09:27 出处:网络
开发者_运维技巧How can I modify content from a script on a iframe to the main body, something like this:
开发者_运维技巧

How can I modify content from a script on a iframe to the main body, something like this:

$("window#text").text("main body DIV modified!");

Thanks!


You may wish to visit How to access parent.document elements using JQuery in firefox? - there's a lot of good answers about accessing elements from parent frames using jQuery.

0

精彩评论

暂无评论...
验证码 换一张
取 消