Monday, December 1, 2008

[jQuery] Re: validation: show only certain errors messages

You'll find this in a few examples:

$.validator.messages.required = "";

That sets the default message for required to an empty string, which
should be what you are looking for.

Jörn

On Mon, Dec 1, 2008 at 5:10 PM, dmikester1 <dmikester1@gmail.com> wrote:
>
> I am using the validation plugin. Very cool! I want it to only
> display the specific error the my email input and for nothing else. I
> just have a summary of "X errors" at the top and each field is
> highlighted yellow and bordered red. How can I have it only show the
> specific error for the email field and nothing else?
> Thanks
> Mike

No comments: