Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic loaded form #145

Open
WebstonesNL opened this issue Apr 29, 2020 · 1 comment
Open

Dynamic loaded form #145

WebstonesNL opened this issue Apr 29, 2020 · 1 comment

Comments

@WebstonesNL
Copy link

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!

@leo-rp
Copy link

leo-rp commented Jul 16, 2020

A little late but my "areYouSure_live" could help to You : e80e1ab @WebstonesNL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants