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

Parameters

length
Minimum number of characters required
Browser Compatibility
8
5
5
See Also

Reference

methods type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.