[jQuery] Re: (validate) multiple error error messages per input

2009-07-29 Thread jckos
Thanks for the reply. My form looks like what you describe, but I still have the problem FIELDSET LEGENDshipping address/LEGEND LABEL for=firstname accesskey=f class=labelRequiredfirst name small class=labelRequired*/ small:/LABEL INPUT type=text

[jQuery] Re: (validate) multiple error error messages per input

2009-07-29 Thread Jules
I tested your HTML using IE and FF in both cases the error message is only displayed once using jquery.1.3.2 and validate 1.5.4. Try to step through the validate code to find the error. BTW, it is a good idea to close your input tag input id=blah name=blah type=text / On Jul 30, 1:03 am, jckos

[jQuery] Re: (validate) multiple error error messages per input

2009-07-27 Thread Jules
Since you didn't post your html and code, I would guess you don't have name property specified on your html. input type=text id=username/input should be input type=text id=username name=username/input On Jul 28, 8:26 am, jckos johncar...@gmail.com wrote: Hi, If I  focus on a field