[jQuery] [validate] How to skip validation on fields which are hidden
Hi,
I've an input field in the form which is displayed based on the user
selection. Initially it is set to 'display:none' and I do have a
validation rule for that field.
How do I skip validation on this hidden input field and only validate
when its displayed on the page.
Thanks for the help!