jquery-modal icon indicating copy to clipboard operation
jquery-modal copied to clipboard

BEFORE_CLOSE Event doesnt seem to fire? Want to stop iframe on modal close

Open AgitateCurtis opened this issue 3 years ago • 0 comments

Hi There,

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'); });

AgitateCurtis avatar Sep 28 '22 08:09 AgitateCurtis