how to prevent bootstrap modal from closing when clicking outside?

Today, We want to share with you bootstrap modal prevent close on click outside.In this post we will show you close bootstrap modal popup when click outside, hear for prevent popup from closing when you click outside popup we will give you demo and example for implement.In this post, we will learn about PHP Ajax Display Dynamic MySQL Data In Bootstrap Modal with an example.

How to prevent Bootstrap modal from closing when clicking outside?

data-backdrop=”static” to click out and data-keyboard=”false” to Esc in your div modal:

HTML Code



js code

$('#liveEditUser').modal({
    backdrop: 'static',
    keyboard: false
})

Full Example

index.html





Disable Closing of Bootstrap Modal on Click of Dark Area - www.pakainfo.com







I hope you get an idea about bootstrap modal not closing on click.
I would like to have feedback on my
infinityknow.com blog.
Your valuable feedback, question, or comments about this article are always welcome.
If you enjoyed and liked this post, don’t forget to share.

Leave a Comment