I am using the bassistance jQuery plugin validation.
I have a drop down list with 2 values.
If the first value is selected by the user a valid date field needs to be populated and if the second option is selected then a textbox needs to be filled with some text.
If nothing is selected then it need to return a validation on this as well
How can I achieve this?
thanks