From c0cb4b77fd9da1c772e6d52762f080670cc0d35d Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Thu, 7 Jun 2018 14:00:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=E4=BB=A3=E7=A0=81=EF=BC=9A?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E4=B8=A4=E4=B8=AA=E6=8E=A7=E4=BB=B6=E6=AF=94?= =?UTF-8?q?=E8=BE=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/js/longbow.validate.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Bootstrap.Admin/wwwroot/js/longbow.validate.js b/Bootstrap.Admin/wwwroot/js/longbow.validate.js index d23e9ecd..ab845648 100644 --- a/Bootstrap.Admin/wwwroot/js/longbow.validate.js +++ b/Bootstrap.Admin/wwwroot/js/longbow.validate.js @@ -39,7 +39,8 @@ }, escapeCssMeta: function (string) { return string.replace(/([\\!"#$%&'()*+,./:;<=>?@\[\]^`{|}~])/g, "\\$1"); - } + }, + settings: $.validator.defaults }, this.defaults(), options) this.$element.on('input.lgb.validate', this.options.childClass, function () { if (!that.validElement(this)) $(this).lgbTooltip('show');