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!