Hi, I've been using this plugin for validation and it's awesome!
The thing I'm trying to do is to add another rule on-the-fly to a form field that already has the data-validate="" attribute.
I tried modifying the $('input').data('validate') property, or even the attribute data-validate, but cannot get VerifyJS to apply the new rule(s) added.
Hi, I've been using this plugin for validation and it's awesome!
The thing I'm trying to do is to add another rule on-the-fly to a form field that already has the
data-validate=""
attribute.I tried modifying the
$('input').data('validate')
property, or even the attributedata-validate
, but cannot get VerifyJS to apply the new rule(s) added.Anyway, great work and congratulations!