Current Path : /home/numerotech/www/livemt2023.aios-scientificcommittee.org/public/js/ |
Current File : //home/numerotech/www/livemt2023.aios-scientificcommittee.org/public/js/custom.js |
function clearError() { $("label.error").hide(); //$(".error").removeClass("error"); } function closeModel(id) { $(id).modal('hide'); $('body').removeClass('modal-open'); $('.modal-backdrop').remove(); } function errormsg(msg) { $(".alert-danger").hide() if(msg) { $(".alert-danger").show() $(".alert-danger").html(msg); $('html, body').animate({ scrollTop: $(".alert-danger").offset().top }, 300); } }