I use the jQuery Validation plugin for my form validation needs but I'm unsure how to handle the case of looping through multiple fields of the same type when I can't determine their specific ID.
What I mean is I have a table which is filled with data using PHP. Each table row has a date field which are given an ID like: DODate[145100001], DODate[145100002], DODate[145100035] etc...
I can't know how many fields or which specific IDs each individual has so how can I use jQuery Validation to loop through and validate any and all DODate[x] fields?