[jQuery] [validate] Validating against a combination of fields
I'm trying to create a custom validation rule which works based on a
pair of form fields (specifically, two select elements representing
month and year, which must be a date in the future). I couldn't see
any examples of this pattern in use, and wanted to ask if it was even
possible? How might one go about creating a custom validation rule
that did this?
~B