b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin/application/admission/masterymba/js/
File Upload :
Current File : E:/www/b-group.old/spfin/application/admission/masterymba/js/script.js

(function () {
    'use strict'
    var forms = document.querySelectorAll('.needs-validation');
    Array.prototype.slice.call(forms).forEach(function (form) {
        form.addEventListener('submit', function (event) {
            if (!form.checkValidity()) {
                event.preventDefault();
                event.stopPropagation();
            }
            form.classList.add('was-validated');
        }, false)
    });
})();

Copyright © 2019 by b0y-101