[jQuery] [validate]
[jQuery] [validate]
uhh accidently hit submit or something. Here is the rest of my
message:
THe CSS:
.date {
position:relative;
}
.date .researchFormError {
left:2px !important;
}
The three error messages for the three date selects overlap and thus
to the user it seems like one message that will only go away once all
three date fields are complete! Coolness?
I do have a question though, what if I have list items that are added
to the DOM only if certain questions are answered true? Even though
these on the fly added questions have the needed classes "required"
they are not validated. Seems like validate plugin loops through the
DOM when the page loads and only validates these items. I need a work
around.. any suggestions?