You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have been trying many things but can't get this event to fire?
Code:
$('iframe').on($.modal.BEFORE_CLOSE , function (event, modal) {
var video = $("iframe").attr("src");
$("iframe").attr("src","");
$("iframe").attr("src",video);
console.log('test');
});
The text was updated successfully, but these errors were encountered:
Hi There,
Have been trying many things but can't get this event to fire?
Code:
var video = $("iframe").attr("src");
$("iframe").attr("src","");
$("iframe").attr("src",video);
console.log('test');
});
The text was updated successfully, but these errors were encountered: