[jQuery] Re: New plugin: frameReady()

2007-04-17 Thread Daemach
Yes, sorry. I just found another IE quirk ;) It should work now. On Apr 17, 2:43 am, Paul Bakaus <[EMAIL PROTECTED]> wrote: > Hey Daemach, > > this really looks nice, and I'm looking forward to use it, but it does > not work for me in IE7 (for the time of being, at least not your > demo). The i

[jQuery] Re: New plugin: frameReady()

2007-04-17 Thread Paul Bakaus
Hey Daemach, this really looks nice, and I'm looking forward to use it, but it does not work for me in IE7 (for the time of being, at least not your demo). The iframes are still empty after loading, and no functions get through. On Apr 17, 4:44 am, Daemach <[EMAIL PROTECTED]> wrote: > So I did -

[jQuery] Re: New plugin: frameReady()

2007-04-16 Thread Daemach
So I did - thanks for the catch ;) On Apr 16, 7:29 pm, "Ⓙⓐⓚⓔ" <[EMAIL PROTECTED]> wrote: > looks like you got it! but you forgot to close the iframe in the demo xhtml > doc! > > src="/demos/frameReady/frametest.cfm"> > > On 4/16/07, Daemach <[EMAIL PROTECTED]> wrote: > > > > > > > frameR

[jQuery] Re: New plugin: frameReady()

2007-04-16 Thread Ⓙⓐⓚⓔ
looks like you got it! but you forgot to close the iframe in the demo xhtml doc! On 4/16/07, Daemach <[EMAIL PROTECTED]> wrote: frameReady works a lot like $(document).ready() with a few advantages when working with frames: $.frameReady(function,target,remote,jQuery); -- Waits fo