访问自定义验证器Parsley JS中的parsleyField。$元素

时间:2016-03-23 15:37:04

标签: field parsley.js customvalidator

任何人都可以帮我在自定义验证器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

1 个答案:

答案 0 :(得分:3)

更新到最新的欧芹,并使用function (value, requirement, parsleyField)