[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] Array in get help

2008-11-06 Thread Yessica

I have an checkboxes in form and I have unique ID for each of them...
and something like this :
var x = new Array ( 'idx1','idx2' );
and I need to do something like this:
for ( var i in x )
{
$('#x[i]').attr('checked', true); -- this isn't working
}

I do not have any idea how to change an array like some element


[jQuery] Re: Array in get help

2008-11-06 Thread Yessica

Thank you very much, I see I have lack of knowledge in some basic
staff... Can you recommend me some book or site where I can learn
these things?


[jQuery] jqModal iframe closing 2

2008-10-31 Thread Yessica

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...