I have multiple pairs of input fields for start and end dates: I’m using jQuery’s validator.AddMethod to validate that the end date is after the starting date: The problem is the validation is always comparing the end dates to the first starting date. I want each end date to be compared to it’s relevant starting date. I’m still a newbie