[jQuery] Re: jquery + openx (via ajax) problem?

2008-09-25 Thread Ditikos
Yes, true, I wrote it wrong on the post. But the problem stays. Every time I call a $.get or $.ajax it loads the page. When the settimeout time reaches, the page reloads with only the banner, no other content. On Sep 25, 11:23 pm, ricardobeat <[EMAIL PROTECTED]> wrote: > there is no $(document).

[jQuery] Re: jquery + openx (via ajax) problem?

2008-09-25 Thread ricardobeat
there is no $(document).write() function, I think you mean $ (document).ready() right? On Sep 25, 12:43 pm, Ditikos <[EMAIL PROTECTED]> wrote: > Hello, > > I am trying to implement a code that will load a banner zone from > openx (openx.org), AFTER the rest of the site loads. I have the > invoca