[jQuery] (validate) Is it possible to explicitly call a registered rule
I have a case where I want to create a validator that makes use of
already defined rules. Is it possible to somehow call <pseudocode>
$.validator.rules.ruleA('value',element,null)</pseudocode>?? Thanks.
(*Chris*)