[jQuery] Help with FORM plugin

[jQuery] Help with FORM plugin


Hi Group -
The FORM plugin .js file shows up in FireBug, so I know it is being
loaded. I've attempted to use both .ajaxForm and binding .ajaxSubmit
to my form, but for some reason the FORM plugin .js is not being
called. (NOTE: I've even used sample code from the FORM plugin docs
(and was sure to edit in the name of my form ID into the examples.)
Some other info:
* My form is being loaded into the page via UI.TABS.
* When submitting, the user ends up looking at the blank response from
the .php file used to submit form data. Form is being submitted.
* When using the code from docs, no result from "showRequest" or
"showResponse" is shown.
I'm sure there is something I'm overlooking and would appreciate a
swift nudge in the right direction.
TIA