对于bootstrap datepicker的欧芹验证

时间:2017-03-08 20:05:09

标签: parsley.js

我有一个bootstrap datepicker:

enter image description here

这是初始化datepicker时生成的HTML代码:

enter image description here

所以这是一张没有输入的表。

我需要手动在datepicker DIV下添加Parsley错误。

  

我已经看到对于输入元素可以这样做,但是不知道如何对DIV。

 var FieldInstance = $('[name=FieldName]').parsley(),
        errorName = 'This is a test error';

    // now display the error
    window.ParsleyUI.addError(FieldInstance, errorName, response.message);

感谢任何帮助。

1 个答案:

答案 0 :(得分:0)

应该有一个类型为“date”的输入,可能是隐藏的。欧芹应该能够证实这一点。

专业提示:始终提供一个有效的例子。