timkl
timkl

Reputation: 3339

jQuery validation - only show one error message

Is there a way to only show the latest error-message thrown, when using the validation-plugin for jQuery?

Upvotes: 3

Views: 8954

Answers (1)

jitter
jitter

Reputation: 54605

I think you should look into the groups and errorPlacement options to the validate method. That should work out for you.

jQuery Validation validate( [options] )

Upvotes: 5

Related Questions