div in tab Object doesn't adjust itself to new loaded content

div in tab Object doesn't adjust itself to new loaded content


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?