[jQuery] Re: Validation regarding Jquery

2008-10-01 Thread Jörn Zaefferer
Could you post a testpage? Jörn On Wed, Oct 1, 2008 at 11:14 AM, surya <[EMAIL PROTECTED]> wrote: > > Hi, > > Small doubt regarding jquery. > > I am getting the jquery messages as the no.of times I clicked the > update button of my form. > > In detail, When i pressed the update button of my

[jQuery] Re: Validation regarding Jquery

2008-10-01 Thread Nicolas R
just make sure that you remove any previous validation messages before inserting new ones. if you add class of 'validation-msg' to your messages, then do a $('.validation-msg').remove() whenever you validate something. If you are considering performance when you could also do something along the l