[jQuery] Re: plugin validate

2009-06-05 Thread dannet
You can define the error class with errorClass: "classname" and add the css input.classname { } On Jun 5, 5:39 pm, Leonardo Aidar wrote: > When i valid the formulary with j-query validate, it increases the width(or > size) of my imput. > How can i take out this option? Please help me, its urgent

[jQuery] One error message for multiple invalid elements jquery validate

2009-06-05 Thread dannet
Hello I'm using the jquery validate plugin from bassistance.de. In my form I have 3 select (day, month and year) to determine the birth date of the user (the 3 inputs are used as independent fields). My problem is that when I validate it, if the user has not entered the day, month of year, I get o

[jQuery] [jQuery Validate] One error message for multiple invalid elements

2009-06-05 Thread dannet
Hello I'm using the jquery validate plugin from bassistance.de. In my form I have 3 select (day, month and year) to determine the birth date of the user (the 3 inputs are used as independent fields). My problem is that when I validate it, if the user has not entered the day, month of year, I get o