bootstrap my modal is grey and not working code example
Example 1: bootstrap diable backround on modal
$('#myModal').modal({backdrop: 'static', keyboard: false})
Example 2: modal behind html element
<div class="modal" id="modal"></div>
</body>
</html>