You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

methods_pt.min.js 459B

2 years ago
1234
  1. /*! jQuery Validation Plugin - v1.19.3 - 1/9/2021
  2. * https://jqueryvalidation.org/
  3. * Copyright (c) 2021 Jörn Zaefferer; Licensed MIT */
  4. !function(a){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){return a.extend(a.validator.methods,{date:function(a,b){return this.optional(b)||/^\d\d?\/\d\d?\/\d\d\d?\d?$/.test(a)}}),a});