jQuery-Form-Validator
jQuery-Form-Validator copied to clipboard
Initialize single input
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.