[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?