jQuery custom validation for a selected radio selection
- by Kaushik Gopal
Hey peeps,
This is my requirement: I have a bunch of radio box selections (types of workflows). If one of the radios are selected(i.e one particular type of workflow selected), I want to run a custom validation on that. This is what i tried, but it's not behaving well. Any help?
jQuery part:
$(document).ready(function() {
// this part is…