jQuery-Form-Validator icon indicating copy to clipboard operation
jQuery-Form-Validator copied to clipboard

Initialize single input

Open applibs opened this issue 7 years ago • 0 comments
trafficstars

I would like to initialize single dynamic input which is generated after other form inputs are initialized by code like this:

$('.new-input').not('[data-validation]').validate({
        modules: 'html5, security',
        lang: 'en'
    });

but it doesnt work. Input is without data attributes and onBlur error message not viewed.

applibs avatar May 16 '18 13:05 applibs