Answers for "bootstrap my modal is grey and not working"

1

bootstrap diable backround on modal

$('#myModal').modal({backdrop: 'static', keyboard: false})
Posted by: Guest on March-02-2020
0

modal behind html element

<div class="modal" id="modal"></div>

</body>

</html>
Posted by: Guest on February-25-2020

Code answers related to "bootstrap my modal is grey and not working"

Browse Popular Code Answers by Language