I am using jquery validation for required field vaidation.
$("#registerform").validate();
This fires for the controls which are hidden too.
For ex.: When the user selects Others
option in How you find us?
in register form, its required to fill the textbox for others option.
But this fires even when the control is hidden.
How to do it in jquery validation?