I have a single form that, depending on which radio button is clicked (Login or Signup), displays either:
or:
There is an option now to ignore fields bases on selector criteria, such as invisible or disabled, such that you wouldn't have to change your rule set:
.validate({ ignore: ":not(:visible),:disabled", ...