maxlength : function(value, element, param) {
        return this.optional(element) || this.getLength($.trim(value), element) <= param;
      },