I uses on my side the tab Object of JQuery. The whole Tab Structur is
the "#kontext" div, the tabs are div's called "konTab1",
"konTab2", ...
when I now load new content into a tab with:
var $tabs = $('#kontext').tabs();
$tabs.tabs('url', '1', '/exist/servlet/db/mes/scripts/
showKontext.xql');
the content is loaded, BUT the div element of the tab doesn't adjust
itself to the size of the new content, although when i look to the
source the content is in between the two div tags.
How can I solve this problem?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---