[jQuery] Re: Error when I try to interact with a Java Applet

2008-02-15 Thread Tjasper
I have same problem also with a applet. Introduced in (1.2.3 or 1.2.2) Error in line 674: // Compute a unique ID for the element 673 if ( !id ) 674 id = elem[ expando ] = ++uuid; 675 On Jan 29, 4:05 pm, "Alexandre Plennevaux" <[EMAIL PROTECTED]> wrote: > can you use the non minifed version of

[jQuery] Re: Error when I try to interact with a Java Applet

2008-01-29 Thread Dan G. Switzer, II
This is pure speculation, but my guess is the problem relates to the tag. I suspect if you switched to / 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

[jQuery] Re: Error when I try to interact with a Java Applet

2008-01-29 Thread Alexandre Plennevaux
can you use the non minifed version of jquery, so we can see which line fails? On Jan 29, 2008 3:09 PM, Jesse Klaasse <[EMAIL PROTECTED]> wrote: > > I can confirm this.. I have the same problem with another applet.. > -- Alexandre Plennevaux LAb[au] http://www.lab-au.com

[jQuery] Re: Error when I try to interact with a Java Applet

2008-01-29 Thread Jesse Klaasse
I can confirm this.. I have the same problem with another applet..