[jQuery] Re: [validate] Modify the position of the validation message

2008-10-08 Thread Weyert de Boer
Thanks now the radio buttons bit are working. Only when I am using the follow settings in the validator-object: errorContainer: "#errors", errorPlacement: function(error,element) { error.appendTo( element.parents("div") ); }, Now I had thought that this would add that label-t

[jQuery] Re: [validate] Modify the position of the validation message

2008-10-08 Thread Jörn Zaefferer
Take a look at the errorContainer and errorLabelContainer options: http://docs.jquery.com/Plugins/Validation/validate#toptions Jörn On Wed, Oct 8, 2008 at 4:10 PM, Weyert de Boer <[EMAIL PROTECTED]> wrote: > > Would it also be possible to show all the same errors in a id="errors">-container and

[jQuery] Re: [validate] Modify the position of the validation message

2008-10-08 Thread Weyert de Boer
Would it also be possible to show all the same errors in a -container and also near the form field itself? On Wed, Oct 8, 2008 at 4:10 PM, Weyert de Boer <[EMAIL PROTECTED]> wrote: > Hello > > I am currently trying to implement jQuery.validate in my code > generator for creating forms. Only I am