JQuery Validation
max Method
Makes the element require a given maximum.
Syntax
var value; // Type: Boolean 
value = jQuery.validator.methods.max(value); 
function max( 
   value : Number 
) : Boolean;

Parameters

value
Value range required
Browser Compatibility
8
5
5
See Also

Reference

methods type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.