Skip to content

Dynamic loaded form #145

@WebstonesNL

Description

@WebstonesNL

How could I get AreYourSure to work on dynamic loaded forms? So not dynamic loaded form elements, but a complete dynamic loaded form.

I tried:

$("body").on("change keyup", "form", function() {
$(this).areYouSure();
})

but that does not work.

Any help is welcome!

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