[jQuery] Re: [validate] Hwo to disable error messages at all.

2009-05-05 Thread Feryt
I'm sorry, there was an error in my JS. Confirmed now to work(both examples). Thanks. F. On May 4, 4:40 pm, Jörn Zaefferer wrote: > Well, I dunno what exactly you tried - it works well in my app. > > Jörn > > On Mon, May 4, 2009 at 4:27 PM, Feryt wrote: > > >

[jQuery] Re: [validate] Hwo to disable error messages at all.

2009-05-04 Thread Feryt
                        } >                 } >         } > > }); > > It basically replicates parts of the default behaviour, leaving out > the actual message display. > > Jörn > > On Mon, May 4, 2009 at 11:58 AM, Feryt wrote: > > > Hi there. > > Is it

[jQuery] Re: How to remove error messages from Validation Plugin

2009-05-04 Thread Feryt
Actually, it does not work. Validation plugu-in overrides "display:none" css attribute with its own "display:inline". Feryt. On 11 Dub, 16:15, Chuck Harmston wrote: > I don't recommend this, as it will stop users from submitting the form > without giving the

[jQuery] [validate] Hwo to disable error messages at all.

2009-05-04 Thread Feryt
Hi there. Is it possible to disable showing error messages in jquery.validate plugin at all? I just need to aply css error class, not to see error messages anywhere. Thank you.

[jQuery] [validate] How to show element in its in/valid form in JS.

2009-04-28 Thread Feryt
Hi. Is there any way how in JS show particular element in its valid or invalid state? I have a function which validate one element, and in this function i need to change second elements state to valid or invalid. Thank you. Best regards.