Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Using JQuery Effects in Parent Window from iFrame?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
ABecks  
View profile  
(1 user)  More options Mar 6 2008, 7:21 pm
From: ABecks <abe...@gmail.com>
Date: Thu, 6 Mar 2008 16:21:49 -0800 (PST)
Local: Thurs, Mar 6 2008 7:21 pm
Subject: Using JQuery Effects in Parent Window from iFrame?
Hello,

I have a simple HTML file with an iframe. Inside the iframe is a
simple submission form. I would like to be able to click "Submit" and
have Jquery append content to a div that is outside of the iframe.

I have exhausted my knowledge of parent heirarchy in JS trying to find
a solution. I couldn't find a solution in the Wiki or on Google.

Any help is appreciated,
Andrew


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ABecks  
View profile  
 More options Mar 6 2008, 7:24 pm
From: ABecks <abe...@gmail.com>
Date: Thu, 6 Mar 2008 16:24:42 -0800 (PST)
Local: Thurs, Mar 6 2008 7:24 pm
Subject: [jQuery] Using JQuery Effects in Parent Window from iFrame?

Hello,

I have a simple HTML file with an iframe. Inside the iframe is a
simple submission form. I would like to be able to click "Submit" and
have Jquery append content to a div that is outside of the iframe.

I have exhausted my knowledge of parent heirarchy in JS trying to find
a solution. I couldn't find a solution in the Wiki or on Google.

Any help is appreciated,
Andrew
--
View this message in context: http://www.nabble.com/Using-JQuery-Effects-in-Parent-Window-from-iFra...
Sent from the jQuery General Discussion mailing list archive at Nabble.com.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris J. Lee  
View profile  
 More options Mar 7 2008, 1:23 pm
From: "Chris J. Lee" <chri...@gmail.com>
Date: Fri, 7 Mar 2008 10:23:59 -0800 (PST)
Local: Fri, Mar 7 2008 1:23 pm
Subject: Re: Using JQuery Effects in Parent Window from iFrame?
you look at the frames plugin yet?

http://ideamill.synaptrixgroup.com/?p=6

On Mar 6, 7:24 pm, ABecks <abe...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
tlphipps  
View profile  
(2 users)  More options Mar 7 2008, 3:03 pm
From: tlphipps <tra...@brandyandtravis.com>
Date: Fri, 7 Mar 2008 12:03:13 -0800 (PST)
Local: Fri, Mar 7 2008 3:03 pm
Subject: Re: Using JQuery Effects in Parent Window from iFrame?
I beat my head against this wall for quite some time.

Try this:
$("#myid", top.document);

the top.document tells the selector to target the myid element which
exists in the topmost document (your parent page).  In order for this
to work, jquery must be loaded in the file which is viewed through the
iframe.

On Mar 6, 6:24 pm, ABecks <abe...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bali  
View profile  
(1 user)  More options Mar 27 2008, 6:12 pm
From: Bali <balimys...@gmail.com>
Date: Thu, 27 Mar 2008 15:12:39 -0700 (PDT)
Local: Thurs, Mar 27 2008 6:12 pm
Subject: Re: Using JQuery Effects in Parent Window from iFrame?
Awesome!!! Works great. Thanx tlphipps

On Mar 7, 4:03 pm, tlphipps <tra...@brandyandtravis.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jiming  
View profile  
(2 users)  More options Mar 28 2008, 7:25 am
From: Jiming <jiming...@gmail.com>
Date: Fri, 28 Mar 2008 04:25:23 -0700 (PDT)
Local: Fri, Mar 28 2008 7:25 am
Subject: Re: Using JQuery Effects in Parent Window from iFrame?
I tried the method, it works with  $("#myid", parent.document.body);

Thanks for this tip!

Jiming

On Mar 8, 4:03 am, tlphipps <tra...@brandyandtravis.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google