función de llamada en modal abierto

$('#myModal').on('shown.bs.modal', function (e) {
  // do something...
})
Ranish Patel