[jQuery] Re: java 1.6.1_10-beta

2008-06-29 Thread Cyrill
Hi everybody, Still have the same error and could not find a way to hide this js exception. It would help me a lot if somebody could tell me how to hide this exception (confuses some user) or solve the error. thanks a lot cyrill On Jun 10, 10:58 am, Cyrill <[EMAIL PROTECTED]> wrote: > Hi...

[jQuery] Re: java 1.6.1_10-beta

2008-06-10 Thread Cyrill
Hi... At the moment i use only the following jQuery code. function disableLink() { //rgb(190,190,190) = grey $(".button").css({height :"20px", color:"rgb(190,190,190)"}); } regards cyrill On Jun 9, 10:47 pm, Ariel Flesler <[EMAIL PROTECTED]> wrote: > Seems that, as th

[jQuery] Re: java 1.6.1_10-beta

2008-06-10 Thread Cyrill
Hi.. Well.. actually I have at the moment only a css manipulation function used. function disableLink() { //rgb(190,190,190) = grey $(".button").css({height :"20px", color:"rgb(190,190,190)"}); } regards cyrill On Jun 9, 10:47 pm, Ariel Flesler <[EMAIL PROTECTED]> wrot

[jQuery] Re: java 1.6.1_10-beta

2008-06-09 Thread Ariel Flesler
Seems that, as the applet receives the expando, it blows. I wonder why is the applet receiving the expando ? what are you doing on it with jQuery ? -- Ariel Flesler http://flesler.blogspot.com On 9 jun, 15:36, Cyrill <[EMAIL PROTECTED]> wrote: > So I just extract the relevant part of my html. >

[jQuery] Re: java 1.6.1_10-beta

2008-06-09 Thread Cyrill
So I just extract the relevant part of my html. ***HTML** **Applet** import java.applet.Applet; public class TestApplet extends Applet { public TestApplet() { } } Line: 663 Character: 3 Error: java.lang.NoSuchFieldException: jQuery1213035771471 Code: 0 FF has no problem... b