我的问题是,当我试图在我的系统上使用VeeValidate验证我的字段时,我得到了这个错误。
Uncaught (in promise) Error: [vee-validate] Validating a non-existent field: "". Use "attach()" first.
at createError (vee-validate.esm.js?00d1:297)
at Validator._handleFieldNotFound (vee-validate.esm.js?00d1:2282)
at Validat
我正在尝试在我的ASP.NET MVC5应用程序中使用特定的语言环境(es-CL)。我有以下几点:
我的视图中的默认语言是:<html lang="es-cl">Created a "es-CL"Installed a new web.config packagesChanged in web.config,并将其包含在相应的视图中。
在BundleConfig.cs中
bundles.Add(new ScriptBundle("~/bundles/jqueryval")
.Include("~/Scripts/j
我试图使用下面的函数来查询2脚本(一个内部脚本,一个外部脚本)。内部的一个('custom_script')正在工作,但是第二个('formValidation')不工作(我得到一个'validate()不是函数‘的错误)。验证之一是到脚本的外部链接。
我做错了吗?如果是这样的话,怎样才是正确的方法呢?
function smartdeploy_scripts() {
// register your script location, dependencies and version
wp_register_script('
我遵循jQuery验证页面中的默认示例,并遇到以下错误:
Uncaught TypeError: undefined is not a function
在这条线上:
$('form').validate().on('submit', function(e) {
但是,当我尝试提交空表单时,我可以看到默认消息按预期被触发,但是,当我提交填写的表单时,没有发送任何消息。
如果没有.validate(),表单就会提交。
是什么导致这个错误和完整的表单不使用.validate()?
html
<form id="form1" action=
我在asp.net MVC5项目中使用jquery.unobtrusive和jquery.validate库来验证客户端的用户注册。
在浏览器上,我得到这个错误:
Uncaught TypeError: $(...).parents(...).andSelf is not a function
at Object.parse (jquery.validate.unobtrusive.js:211)
at HTMLDocument.<anonymous> (jquery.validate.unobtrusive.js:392)
at mightThrow (j
我试图将引导应用于input字段的样式匹配到父div。我已经从子:active元素中删除了上述input和:focus样式,并试图在父div元素中使用contentEditable标记,但我得到了以下错误。任何帮助都将不胜感激。
错误:
Uncaught TypeError: Cannot read property 'replace' of undefined
at a.validator.escapeCssMeta (jquery.validate.min.js:4)
at a.validator.errorsFor (jquery.validate.min.js:4)
a
问题是,当我尝试用VeeValidate验证我的字段时,我得到了这个错误。
提交表单并成功发送数据后,会显示错误。
有谁能帮帮我吗?
vee-validate.esm.js?7bb1:305 Uncaught (in promise) Error: [vee-validate] Validating a non-existent field: "#1". Use "attach()" first.
at createError (vee-validate.esm.js?7bb1:305)
at Validator._handleFieldNotF