We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
A little late but my "areYouSure_live" could help to You : e80e1ab @WebstonesNL
Sorry, something went wrong.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: