Here I’m using jquery validate plugin. In my form are having one drop down select and one input text box. When I select drop down value 0 then text box should be accept greater than 0 or else have to through error. If I select dropdown value 1 or 2 then text box should be accept only 0, not more than 0, have to through error. This is my requirement. Please help on this.
reference: http://jsfiddle.net/ssthil/vqnpy/11/
you have to add a custom validation rule for text box . which checks the check box value and the drop down value.
in your form validation
then