Skip to content

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

@AgitateCurtis

Description

@AgitateCurtis

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions