This is pure speculation, but my guess is the problem relates to the <applet
/> tag. I suspect if you switched to <object>/<embed> tags things would work
correctly.

-Dan

>-----Original Message-----
>From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
>Behalf Of [EMAIL PROTECTED]
>Sent: Monday, January 28, 2008 10:07 PM
>To: jQuery (English)
>Subject: [jQuery] Error when I try to interact with a Java Applet
>
>
>View the console:
>http://www.runecrypt.com/fallenx/fallenx/jquery_applet_demo.php
>
>-------------------------
>I've tried the following
>-------------------------
>$('#parent').remove();
>$('#parent').empty();
>$('#parent').html('');
>
>The Error also occurs when I load the page.
>
>-------------------------
>Error Returned:
>-------------------------
>Java class IRCApplet has no public field or method named
>"jQuery1201575032872"
>[Break on this error]
>script.appendChild(document.createTextNode(data));head.appendChild(script);
>head....
>
>
>I used to have no problems- is this new behavior due to jQuery 1.1.2?

Reply via email to