[jQuery] Re: [validate] addWrapper bug

2008-06-16 Thread Cao Le Thang Long
Hi Jorn, Here's an example I just made, and it has the same problem too: code begins -- http://www.w3.org/1999/xhtml";> $(function(){ $("#contact-form").validate({ debug : true, rules: { name : "required", email : { requ

[jQuery] Re: [validate] addWrapper bug

2008-06-16 Thread Jörn Zaefferer
Could you post a testpage? Jörn On Mon, Jun 16, 2008 at 3:11 AM, Cao Le Thang Long <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm currently using the validation plugin. However I ran into some > problems. > > When I use "div" (or even "ul") as a wrapper, if there is a validation > error and I correc