Can someone please help me with this code? I am using bootstrap for the form and trying to validate it with jQuery. Unfortunately, the form validation isn\'t telling me what
Check this library, it's completable with booth bootstrap 3 and bootstrap 4
$(document).on('blur', '[data-validator]', function () { new Validator($(this)); });