i am using iframe with jquery, like below. Problem is load event is not firing up on microsoft edge browser. I can run the below code with all other browsers. Is there any way or work around to do this?
$('#reportIframe').on('load', function () {
alert('iframe loaded sucessfully');
});