$.validator.addMethod('minStrict', function (value, el, param) { return this.optional(el) || value > param; }, "please enter more than {0}");