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!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.