[jQuery] Re: iFrame Content Update
I found the solution jQuery("#"+divTarget).get() [0].contentWindow.self.document.body.innerHTML=data;
[jQuery] Re: iFrame Content Update
Perhaps this would help? http://groups.google.com/group/jquery-en/browse_thread/thread/e1b2c367f354aead On Apr 17, 10:11 am, oscar esp <[EMAIL PROTECTED]> wrote: > I would like to update iFrame content with ajax call result like: > > jQuery.ajax({ > type: