Monday, July 27, 2009

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

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 multiple times or submit the form multiple
> times, I the script adds multiple error messages per field, both valid
> and error classes, depending on the data entered.
>
> Any suggestions?
>
> Thanks,
>
> John

No comments: