how to remove fade issue in adminlte 2 modal
$(window).on('popstate', function() {
$(".modal-backdrop").remove();
});
how to remove fade issue in adminlte 2 modal
$(window).on('popstate', function() {
$(".modal-backdrop").remove();
});
how to remove fade issue in adminlte 2 modal
//setting callback function for 'hidden.bs.modal' event
$('#modal').on('hidden.bs.modal', function(){
//remove the backdrop
$('.modal-backdrop').remove();
})
how to remove fade issue in adminlte 2 modal
$('body').removeClass('modal-open');
$('.modal-backdrop').remove();
how to remove fade issue in adminlte 2 modal
$('modalId').modal('hide');
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us