Load tabs in tabs (Tabs 3)
Hello,
I'm trying to load tabs in tabs.
The code i use is:
$('#leftmenu-container ul').tabs({
load: function ()
{
$('#tabs-in-tabs').tabs({navClass: 'intabs-nav', containerClass:
'intabs-container'});
}
});
Everything works fine in FF (as it should do), but in IE only first
"tabs in tabs" container is loaded correctly and in others it seems
that $.tabs isn't executed...
Any solutions? Thanks for the help in advance!