I have created a page that calls $tabs.tabs("add", this.href, title);
Where this.href is the link I am opening as a remote tab. This works
and the tab is added with the correct page showing, however, any and
all jQuery which is in the remote page called does not work.

I noticed by looking at the generated code that the tab only has the
pages body and has stripped all header information. So, in a thought
of working around this, I added all the jQuery to the page creating
the tabs. This did not work either.

I would think you would be able to have jQuery within a remote tab.
The ability to do so is important to what I am working on. Any help is
greatly appreciated. Thanks.

Seth

Reply via email to