Disable click outside of bootstrap model area to close modal
making a bootstrap project, with a couple of Bootstrap 'Modals'. someone trying to customize some of the default features.
they want to disable click on outside of model area to close modal
making a bootstrap project, with a couple of Bootstrap 'Modals'. someone trying to customize some of the default features.
they want to disable click on outside of model area to close modal
$('#myModal').modal({ backdrop: 'static', keyboard: false // to prevent closing with Esc button (if you want this too) })
happy Coding :)
No comments:
Post a Comment