In my JQuery file I am dynamically creating a form inside of an empty DIV tag. When the user clicks on the form's button I call e.PreventDefault() to allow me to pass an AJAX call to a php script. On the success of the AJAX call I'd like to continue with the form submit. Everything is working up to the point where I would like to continue with submitting the form.In my JQuery file I am dynamically creating a f