[jQuery] FRAMES
[jQuery] FRAMES
hi,
I need to refer to a frame, in plain JavaScript it is:
parent.frames.main.emplmain.document.getElementById
('mail').style.display='block';
how would I do this in jQuery (so I can do neat things like fadeIn(),
etc...;)
thank you..