Any news on this?  Perfect timing as I'm trying to do this exact
thing...modify the wrapping div's height around the iframe based on
the iframe updating.

Basically wondering if there is a way to have something like livequery
listen for the change in iframe height and adjust the wrapping div.  I
believe accessing the value within the updated iframe and returning to
the "parent DOM" (?) would suffice...any suggestions?

Joe

On Oct 23, 6:21 pm, Diego Perini <[EMAIL PROTECTED]> wrote:
> I thought the "from" argument context should be used for that task.
>
> Isn't it enough to pass the IFRAME "contentDocument" or one
> of its children to limit the search inside of that specific DOM tree ?
>
> --
> Diego
>
> On 22 Ott, 18:51, "Morgan Allen" <[EMAIL PROTECTED]> wrote:
>
> > I had written a quick plugin two weeks ago in response to this 
> > ticket.http://dev.jquery.com/ticket/2707
> > It is a little bit different, they wanted to be able to fire events across
> > an iframe (the innerframe had jQuery too). The plugin is attached, and I
> > think a variation of this couple help solve the mixed node problem. The two
> > (inner and outer) instances of jQuery could work together to act on their
> > own nodes.
>
> > On Wed, Oct 22, 2008 at 6:42 PM, John Resig <[EMAIL PROTECTED]> wrote:
>
> > > > perhaps it should only search within an iframe if iframe is explicitly
> > > > set in the selector
>
> > > > e.g
>
> > > > $("iframe .foo")  selects .foo in iframe
>
> > > > $(".foo") doesn't select .foo in iframe
>
> > > That was my assumption, as well - we kind of have to draw the line
> > > somewhere. Making it happen for any selector would be... insane.
>
> > > --John
>
> > --http://morglog.alleycatracing.com
> > Lets make up more accronyms!
>
> >http://www.alleycatracing.com
> > LTABOTIIOFR! ROFL! ROFL! ROFL!
> > Upcoming alley cats, reviews, touring logs, and a general congregation of
> > bike nerdity.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to