muatan fungsi jQuery modal

$("#myModal").on('shown.bs.modal', function () {
        alert('The modal is fully shown.');
   });
Vyas