I've had a ton of problems using Applets on a page with jQuery in FF2
because FF does not like jQuery accessing the expando elements when the
window.onunload event runs.

I've had to revert to using an iframe to load my applets in, so that it can
be embedded in a page without jQuery. Perhaps you can do the same thing in
your tab. Just load the applet in a iframe that only displays the applet.

-Dan

>-----Original Message-----
>From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
>Behalf Of .M.
>Sent: Sunday, May 11, 2008 1:09 AM
>To: jQuery (English)
>Subject: [jQuery] Re: Java applet doesn't load when markup loaded via
>jquery
>
>
>Follow up - I can get my applet loaded and running in a jquery tab
>(issue above was applet-specific) but this leads to another question -
>
>Is there a way ui.tabs could work that allowed an applet to stay
>loaded?
>
>I've been reading up on this and it appears there is a workaround for
>hiding and revealing DIVs without unloading an applet but
>jquery.ui.tabs doesn't do this.
>
>Any thoughts?
>
>
>
>On May 10, 6:49 pm, ".M." <[EMAIL PROTECTED]> wrote:
>> Hi
>>
>> Anyone got suggestions for this?
>>
>> I'm trying to integrate this SFTPapplet(http://www.jscape.com/
>> sftpapplet/) into my site. My standalone page with the object/embed
>> code loads fine but if I try to load this dynamically into the page
>> theappletdoesn't load.
>>
>> I have the following function linked to the onclick method of a ui.tab
>> so that when you click on the tab theappletcode is loaded into page.
>> Markup loads fine butappletdoesn't start.
>>
>> function loadFTP() {
>>     $("#fragment-3").load("/sftpapplet");
>>
>> }
>>
>> Best
>>   .M.

Reply via email to