Validates an array of configs which are for multiple inputs
(array)
(object)
object containing extra user-defined criteria or other customizeable options
boolean
:
true if all the input pass all the criteria or
false if at least one input fails one criteria
Validates a single input using the configuration object passed
(object)
(object)
object containing extra user-defined criteria or other customizeable options
boolean
:
true if the input passes all the criteria or
false if it fails at least one
Setups all the validations in the given config array to be run if the proper event happens in the browser
Class that serves to hold a user's custom options so that they not need to re-send them for every call *
(object)
object containing extra user-defined criteria or other customizeable options
*
Validates a single input after a single criteria
(object)
the DOM node representing the input that is to be validated
(object)
the criteria object with which to validate
(object)
object containing extra user-defined criteria or other customizeable options
boolean
:
true if the input passes all the criteria or
false if it fails at least one