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

Parameters

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

Reference

methods type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.