How to remove bootstrap modal overlay for particular modal. when modal appears background has black color with some opacity is there any option for removing that elements...
If you using function click in javascript (jquery). You using :
click
$("#myBtn2").click(function(){ $("#myModal2").modal({backdrop: false}); });