我想在我的 Parsley 配置文件中添加一条自定义错误消息,但不知道如何。
我想知道是否可以按照下面的方式做一些事情?:
<input name="name" value="" type="text" required data-parsley-custom>
window.ParsleyConfig.i18n.se = $.extend(window.ParsleyConfig.i18n.se || {}, {
custom: "Custom error message"
});