[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] Re: plugin validate

2009-06-05 Thread Gustavo Salomé
The plugin add a class that sets the input padding attribute. Check the css adn remove it. 2009/6/5 Leonardo Aidar > 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! > thanks. > -- G

[jQuery] Re: Plugin Validate - Bug onsubmit

2008-04-01 Thread FrenchiINLA
the error is coming from security_code: { required: true, remote: 'emails.php' }, <-- is the last element and doesn't need the ',' . take , away and check it again. On Apr 1, 3:45

[jQuery] Re: Plugin Validate - Input text array validation

2008-01-23 Thread JAC
Hi Jörn, thanks for you quick answer. The input types in my form are not statics. They are build dynamically from data stored in the database and is easiest to treat them like an array of elements (I'm woking with Java : Spring, Jsps,...). I'll try to do some trick with this issue in my code. G

[jQuery] Re: Plugin Validate - Input text array validation

2008-01-23 Thread Jörn Zaefferer
JAC schrieb: Is there a simply way to test all the elements of the input text array? I'm using validation plug-in v1.2, and it's supposed to work with arrays of element types or I'm wrong? No, currently its not. For the validation plugin, in contrast to the PHP script you are most likely us

[jQuery] Re: Plugin Validate

2008-01-22 Thread Jörn Zaefferer
Tales Augusto schrieb: I am using the plugin validate. After validating the form, I need to call a function only if the form contains mistake. I looked in the documentation of the plugin was not them anything similar. There is a custom event of type "invalid-form.validate" that is triggered on