jQuery.Model.static.validateRangeOf  function     

Validates that the specified attributes are in the given numeric range. See [validation] for more on validations.

$.Model.validateRangeOf(attrNames, low, hi, options) -> undefined
{Array|String}

Attribute name(s) to to validate

{Number}

Minimum value (inclusive)

{Number}

Maximum value (inclusive)

{Object}

(optional) Options for the validations. Valid options include 'message' and 'testIf'.

{undefined}
© Jupiter IT - JavaScriptMVC Training and Support