[jQuery] Validating a group of elements together

[jQuery] Validating a group of elements together


Is it possible to validate all the elements defined in a group
together ?
groups{
x: "a1 b1 c1"
}
I would like to validate a1, b1, c1 and display the error message
until all the elements in a group become valid.
-
Anush