$('#myModal').on('shown.bs.modal', function () { // will only come inside after the modal is shown });
if (!$('#myModal').is(':visible')) { // if modal is not shown/visible then do something }