bootstrap modal show event
$('#code').on('shown.bs.modal', function (e) {
// do something...
})
bootstrap modal show event
$('#code').on('shown.bs.modal', function (e) {
// do something...
})
bootstrap pop modal from another modal
// Hide current modal before opening new one
$("#idModal").modal('hide');
$("#idModal2").modal() // or .modal("show");
// show 1st modal again after closing 2nd modal
$("#idModal2").on('hidden.bs.modal', () => $("#idModal").modal('show'))
// using hide.bs.modal might cause modal to stop scrolling!!!
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