Answers for "bootstrap 3 modal on close"

5

on modal close jquery

$('#myModal').on('hidden.bs.modal', function () {
  // do something…
})
Posted by: Guest on April-10-2020
0

bootstrap 3 modal close only with button

<--! Add following to modal Div : data-backdrop='static' -->
<div id="modal" class="modal hide fade in" data-keyboard="false" data-backdrop="static">
Posted by: Guest on May-14-2020

Code answers related to "bootstrap 3 modal on close"

Code answers related to "Javascript"

Browse Popular Code Answers by Language