jQuery throwing error with applet on page in FF 2.0.0.13
I just tried adding an applet to a page with jQuery v1.2.3. Now that the
applet is on the page, jQuery throws an error when the page loads. If I
create a page that just loads an applet and loads jQuery, I have the same
problem.
This seems to be only happening in Firefox v2 (but I've only tested with
v2.0.0.13 specifically.)
The error I get is on the lines of (line 674):
Java class ImageClipboardApplet has no public field or method named
"jQuery1207156682718"
Sometimes I also get a message like (line 1410):
Java class ImageClipboardApplet has no public field or method named
"checked"
I search existing tickets and saw some other similarly related applet
tickets, but nothing that showed this exact problem.
Has anyone else seen this problem? I've got a page that I *really* need to
both jQuery and this applet.
-Dan