[jQuery] Re: [SOLVED] jQuery Form Plugin and Validation Form

2007-08-22 Thread Jean
I´m with same trouble but that didnt work for me $("#envia_quest").validate({ errorPlacement: function(error, element) { error.appendTo( element.parents("ul").find("li.aki_erro") ); }, submitHa

[jQuery] Re: [SOLVED] jQuery Form Plugin and Validation Form

2007-08-16 Thread Freud
Well, it finally works ;) I tried an other syntax and it went good. Here comes the code, if it could help : $("#interv").validate({ errorContainer: $("#alertes"), errorLabelContainer: $("#alertes ul"),