[jQuery] [validate] group Options question
<html><body><span style="font-family:Verdana; color:#000000; font-size:10pt;"><div>I'm trying to apply group options to four fields that need to be treated as if they are one single piece of data. All the samples seem to show using className to apply the validation, but I'm setting up my validation rules in the validation call which does not appear to be the recommended method. Is that why I cannot get the group option to work? It appears as if you have to use the class attribute for grouping to work. I don't want to setup my rules using the class because I want to put classes in the class attribute. Are there any examples of the four types of rule implementations? I see that classes and attributes are the recommended way, but what do those methods look like?</div><div><a href="http://docs.jquery.com/Plugins/Validation/rules">http://docs.jquery.com/Plugins/Validation/rules</a></div><div>
</div><div>
</div>
<blockquote webmail="1" style="border-left: 2px solid blue; margin-left: 8px; padding-left: 8px; font-size:10pt; color:black; font-family:verdana;" mce_style="border-left: 2px solid blue; margin-left: 8px; padding-left: 8px; font-size:10pt; color:black; font-family:verdana;">
<div >
-------- Original Message --------
Subject: [jQuery] Re: [validate] Repeated error tags
From: "Jörn_Zaefferer" <joern.zaefferer@googlemail.com>
Date: Mon, November 10, 2008 9:58 am
To: jquery-en@googlegroups.com
Does the input have a name-attribute? Did you customize the message display?
A testpage would help.
Jörn