I have php dynamically creating a form, and it being loaded with Ajax. Im then using jQuery Validation to check the form, but as I do not know the names of the inputs in advance, I need to add the rules after the form is loaded and before a user submits the form.I have php dynamically creating a form, and it