nice-validator
nice-validator copied to clipboard
Simple, smart and pleasant validation solution.
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
##### 版本 `nice Validator 0.7.3` ##### 错误提示 `jquery.validator.js:5. Uncaught TypeError: Failed to set a named property on 'HTMLFormElement': Named property setter is not supported.` ##### 报错行 `s.$el[0].isValid=a?s.isFormValid():a` ##### 背景 之前的老代码,使用一直很正常,今天偶然发现...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...
` 110L×120W 150L×180W 成品尺寸不能为空` 看到sku[0] sku[1] data-rule="checked"就失效了 如sku[xx] sku[yy]这样就能成功 应该是将sku[0] sku[1] 看成是一个值了
有什么方法过滤掉空格呢,空格忽略掉呢
Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0. Commits 7a0a850 3.5.0 8570a08 Release: Update AUTHORS.txt da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses 065143c Ajax: Overwrite s.contentType with content-type header...
js里面写了 $('#xxx').on('click', function () { $('#c-name').removeAttr("data-rule"); }); 页面源码上的data-rule也确实移除了,但是提交时还是无法通过验证