Fire off validation based on selected radiobutton
I have an ASP.NET MVC View page. I have a radiobutton list in it
using a helper method. How can I fire off certain validation examples
on a textbox based on what radio button the user selects using
JQuery? I'm not sure how to capture selected items using JQuery and
then do something with that...in this case fire off only certain
validation on my web form.