I am using this plugin: http://malsup.com/jquery/form/#getting-started
I am having issues, getting it to submit (using a single function) more than one form on the page at the same time, and to make it more complicated, I am loading the form via ajax from a remote html call. So the form function needs to be loaded again.
The question is how to use (if possible) a re-usable function that can submit multiple forms at the same time.