Hi,
how call a function when SP.UI.ModalDialog.showModalDialog is opening or after open. I tried this solution but not always get the same result
$(".ms-dlgFrameContainer").find('iframe').load(function () {
console.log('Open');
});Thanks for any help!