任何人都可以帮我在自定义验证器Parsley JS中找到parsleyField。$元素吗?
代码:
window.ParsleyValidator.addValidator('customValidator',
function (value, requirement) {
// how to access here to parsleyField.$element ?? or how to access my custom data-attributes in field ??
return false; //debug
}, 32)
.addMessage('ru', 'customValidator', 'message');
P.S。 Parsley JS Version 2.1.3
答案 0 :(得分:3)
更新到最新的欧芹,并使用function (value, requirement, parsleyField)