I want to load some external data into the content part of the page. This
only works with ajax:

$('#container').tabs({ remote: true });

But I want to be able to load external pages, I want to use an iframe
instead. Is this possible?

I guess I could use the load event, and manually set the source of an
iframe. But wouldn't that ruin the functionality of the Tabs plugin? It
would be great if I can use fxAutoHeight: true together with the iframe.

Kia

Reply via email to