-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels