Validation on multiple field combination (jQuery Validation plugin)
Hi,
I have following scenario. I have form with select boxes - month, day and year.
Date of birth: [select_month] [select_day] [select_year]
Now, I want validate on combining three fields. How can I achieve this?
Krish