[jQuery] [validate] Appear just one error per time
Hello, the subject describes perfectly what I need.
I have more than one error but I need to display one error (label) per
time..
E.x.:
Name (is empty)
Age (is empty)
- When submit it happens:
Name (appears a label: Error Name Empty)
Age (appears a label: Error Age Empty)
- And I need this:
Name (appears a label: Error Name Empty)
Age (is empty, but here don't appear the error while the Error Name
Empty is not solved)
I hope that I've been clear with my question..
Thank's At All