[jQuery] Re: Question about 'ready' event

2009-06-15 Thread Bernad
true. > > Inside the iframe that need the function, you check the value of the > variable inside a periodic call. > When the value is true, you can make the call and you must stop the periodic > call > > Fast solution, but not very clean. Maybe someone had a bett

[jQuery] Re: Question about 'ready' event

2009-06-15 Thread Bernad
true. > > Inside the iframe that need the function, you check the value of the > variable inside a periodic call. > When the value is true, you can make the call and you must stop the periodic > call > > Fast solution, but not very clean. Maybe someone had a bett

[jQuery] Question about 'ready' event

2009-06-12 Thread Bernad
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 b