I am using ui.tabs and the form plugin. I have several forms remotely loaded into different tabs.
The procedure I use is to call jQuery(document).ready(function($){} from the individually loaded pages -- loaded into the tabs -- , and include the specifics to set up the form plugin for that form on the individual page. I tried the example above, but instead of the form results loading into a DIV within the tab, it loads into an blank window. (I did check to make sure I was referencing the correct ID, etc.) The procedure I am using works (for me, in this project). I am curious, though, whether calling there is a potential problem calling jQuery(document).ready(function($){} multiple times. Any feedback?