[jQuery] Question about 'ready' event

[jQuery] Question about 'ready' event


Hello everybody.
I have one problem but I can't solve it.
I have one page with 3 iframes. The first iframe has a 'ready' event.
Inside this event I am calling a function which is in the parent page.
This function needs that the page was loaded, I mean, when the page is
loaded this function can be called, not before.
My problem is that when I'm calling this function the parent page is
not loaded yet, so, I need to call it when the page whas ready.
Any idea?