jQuery Form Plugin & .load()ed forms

jQuery Form Plugin & .load()ed forms

Hi experts,

I've been getting into jQuery a bit lately and ran into a problem with a form that is part of an application I am working on.

I'm using a basic "tab" set up where each tab loads a .php file into the div to display the contents. One of the tabs is a form which I want to submit without reloading the page. I'm using jQuery Form Plugin from malsup.com to submit the form using AJAX.

The form works when the .php file is included through PHP, no problem. But if the file is included using the .load() function it causes the page to refresh and not submit anything despite my best efforts.

Any ideas? I can post code / files if needed.