[jQuery] Re: jqModal iframe closing 2

2008-11-06 Thread Yessica

No,that makes some error report... I need to live it ''  It seems
that the iframe java is little slower in execution...


[jQuery] Re: jqModal iframe closing 2

2008-10-31 Thread Alexandre Plennevaux

i'd say simply replace the iframe href attribute value onHide using
"blank.html" or "#"






On Fri, Oct 31, 2008 at 6:16 PM, Yessica <[EMAIL PROTECTED]> wrote:
>
> Ok,this is an situation. I have an page that loads over jqModal a page
> in that iframe, its easy for me that from that page close modal and
> empty that iframe with
> parent.jQuery('.modal1').find('#iframe').attr('src' ,
> '').end().jqmHide();
> but on that same page I also have an option to get second page where I
> say THANKS ... and link to close yust the same :
> parent.jQuery('.modal3').find('#prijava').attr('src' ,
> '').end().jqmHide()
> But it has an delay in showing empty iframe. So when I click on main
> page modal and Iframe opens, yust for a sec you can se that last page
> from iframe...
>