I have a scenario where the form has enough elements to have performance issue with the validator, so I would like to be able to pass a selector to validateInput() that targets multiple inputs. Example: validator.validateInput($("input[name^=itemLine]")